Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | relocate tool buttons next to generate button | AUTOMATIC | 2023-01-21 | 1 | -2/+2 | |
| | | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt | |||||
* | extra networks UI | AUTOMATIC | 2023-01-21 | 1 | -5/+4 | |
| | | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | |||||
* | move token counter to the location of the prompt, add token counting for the ↵ | AUTOMATIC | 2023-01-20 | 1 | -8/+21 | |
| | | | | negative prompt | |||||
* | allow baking in VAE in checkpoint merger tab | AUTOMATIC | 2023-01-19 | 1 | -2/+0 | |
| | | | | | | | do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab | |||||
* | add progress bar to modelmerger | AUTOMATIC | 2023-01-19 | 1 | -0/+11 | |
| | ||||||
* | Process interrogation on all img2img subtabs | Vladimir Repin | 2023-01-18 | 1 | -0/+7 | |
| | ||||||
* | update sending input event in java script to not cause exception in browser ↵ | AUTOMATIC | 2023-01-17 | 1 | -0/+8 | |
| | | | | https://github.com/gradio-app/gradio/issues/2981 | |||||
* | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | 2023-01-15 | 1 | -5/+28 | |
| | | | | at the same time and do not get previews of each other | |||||
* | add buttons to copy images between img2img tabs | AUTOMATIC | 2023-01-14 | 1 | -2/+19 | |
| | ||||||
* | load hashes from cache for checkpoints that have them | AUTOMATIC | 2023-01-14 | 1 | -9/+16 | |
| | | | | add checkpoint hash to footer | |||||
* | fix send to inpaint sending you to wrong place | AUTOMATIC | 2023-01-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #4177 from eltociear/patch-2 | AUTOMATIC1111 | 2023-01-04 | 1 | -1/+1 | |
|\ | | | | | Fix typo in ui.js | |||||
| * | Fix typo in ui.js | Ikko Ashimine | 2022-11-02 | 1 | -1/+1 | |
| | | | | | | interation -> interaction | |||||
* | | add a button to show all setting pages | AUTOMATIC | 2023-01-03 | 1 | -0/+11 | |
| | | ||||||
* | | make "send to" buttons send actual dimension of the sent image rather than ↵ | AUTOMATIC | 2023-01-02 | 1 | -2/+2 | |
| | | | | | | | | fields | |||||
* | | Fix various typos | Jim Hays | 2022-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | use less javascript for this non-js-only implementation of the clear prompt ↵ | AUTOMATIC | 2022-12-10 | 1 | -36/+5 | |
| | | | | | | | | button. | |||||
* | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-12-10 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | made selected_gallery_index query selectors more restrictive | Liam | 2022-11-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-11-07 | 1 | -0/+2 | |
|\| | | ||||||
| * | | add ability to create extensions that add localizations | AUTOMATIC | 2022-11-06 | 1 | -0/+2 | |
| |/ | ||||||
* | | clear on the client-side again | papuSpartan | 2022-11-01 | 1 | -10/+21 | |
| | | ||||||
* | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-31 | 1 | -22/+2 | |
|\| | ||||||
| * | create send to buttons in one module | yfszzx | 2022-10-27 | 1 | -22/+2 | |
| | | ||||||
* | | fix js func signature and not forget to initialize confirmation var to ↵ | papuSpartan | 2022-10-22 | 1 | -3/+4 | |
| | | | | | | | | prevent exception upon cancelling confirmation | |||||
* | | forgot to clear neg prompt after moving to back. Add tooltip to hints | papuSpartan | 2022-10-21 | 1 | -2/+2 | |
| | | ||||||
* | | refactor internal terminology to use 'clear' instead of 'trash' like #2728 | papuSpartan | 2022-10-21 | 1 | -1/+1 | |
| | | ||||||
* | | update token counter when clearing prompt | papuSpartan | 2022-10-21 | 1 | -2/+2 | |
| | | ||||||
* | | only delete prompt on back end and remove client-side deletion | papuSpartan | 2022-10-21 | 1 | -6/+0 | |
| | | ||||||
* | | initial work on getting prompts cleared on the backend and synchronizing ↵ | papuSpartan | 2022-10-21 | 1 | -3/+7 | |
| | | | | | | | | token counter | |||||
* | | add settings option to toggle button visibility | papuSpartan | 2022-10-21 | 1 | -1/+0 | |
| | | ||||||
* | | remove unnecessary assignment | papuSpartan | 2022-10-20 | 1 | -8/+7 | |
| | | ||||||
* | | add confirmation dialogue | papuSpartan | 2022-10-20 | 1 | -0/+4 | |
| | | ||||||
* | | clear prompt button now works on both relevant tabs. Device detection stuff ↵ | papuSpartan | 2022-10-20 | 1 | -0/+28 | |
|/ | | | | will be added later. | |||||
* | Use of a --theme argument for more flexibility | Michoko | 2022-10-17 | 1 | -3/+3 | |
| | | | | Added possibility to set the theme (light or dark) | |||||
* | Added dark mode switch | Michoko | 2022-10-17 | 1 | -0/+7 | |
| | | | | Launch the UI in dark mode with the --dark-mode switch | |||||
* | change styling for top right corner UI | AUTOMATIC | 2022-10-15 | 1 | -1/+1 | |
| | | | | made save style button not die when you cancel | |||||
* | Add hint for `ctrl/alt enter` | aoirusann | 2022-10-15 | 1 | -10/+0 | |
| | | | | And duplicate implementations are removed | |||||
* | emergency fix for broken send to buttons | AUTOMATIC | 2022-10-13 | 1 | -4/+4 | |
| | ||||||
* | Add "Scale to" option to Extras | Justin Maier | 2022-10-10 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'master' into 1404-script-reload-without-restart | AUTOMATIC1111 | 2022-10-02 | 1 | -6/+20 | |
|\ | ||||||
| * | consolidated token counter functions | Liam | 2022-09-30 | 1 | -12/+9 | |
| | | ||||||
| * | token counters now update when roll artist and style buttons are pressed ↵ | Liam | 2022-09-30 | 1 | -6/+22 | |
| | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893 | |||||
* | | move JavaScript into ui.js | DepFA | 2022-10-01 | 1 | -0/+5 | |
|/ | ||||||
* | fix #1405 submitting both tabs | AUTOMATIC | 2022-09-30 | 1 | -1/+1 | |
| | ||||||
* | ALT + return will submit prompt when it's in focus | Trung Ngo | 2022-09-30 | 1 | -0/+10 | |
| | ||||||
* | removed unused import; now using javascript to watch prompt textarea | Liam | 2022-09-28 | 1 | -9/+11 | |
| | ||||||
* | switched the token counter to use hidden buttons instead of api call | Liam | 2022-09-27 | 1 | -45/+15 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' into token_count | Liam | 2022-09-27 | 1 | -3/+2 | |
|\ | ||||||
| * | Solve issue #962 | Alexandre Simard | 2022-09-27 | 1 | -3/+2 | |
| | | | | | | | | Fix by @MrAcademy |