aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
Commit message (Collapse)AuthorAgeFilesLines
...
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-2/+2
| | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
* extra networks UIAUTOMATIC2023-01-211-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 ↵AUTOMATIC2023-01-201-8/+21
| | | | negative prompt
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-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 modelmergerAUTOMATIC2023-01-191-0/+11
|
* Process interrogation on all img2img subtabsVladimir Repin2023-01-181-0/+7
|
* update sending input event in java script to not cause exception in browser ↵AUTOMATIC2023-01-171-0/+8
| | | | https://github.com/gradio-app/gradio/issues/2981
* big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC2023-01-151-5/+28
| | | | at the same time and do not get previews of each other
* add buttons to copy images between img2img tabsAUTOMATIC2023-01-141-2/+19
|
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-9/+16
| | | | add checkpoint hash to footer
* fix send to inpaint sending you to wrong placeAUTOMATIC2023-01-121-1/+1
|
* Merge pull request #4177 from eltociear/patch-2AUTOMATIC11112023-01-041-1/+1
|\ | | | | Fix typo in ui.js
| * Fix typo in ui.jsIkko Ashimine2022-11-021-1/+1
| | | | | | interation -> interaction
* | add a button to show all setting pagesAUTOMATIC2023-01-031-0/+11
| |
* | make "send to" buttons send actual dimension of the sent image rather than ↵AUTOMATIC2023-01-021-2/+2
| | | | | | | | fields
* | Fix various typosJim Hays2022-12-151-1/+1
| |
* | use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC2022-12-101-36/+5
| | | | | | | | button.
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-12-101-2/+2
|\ \
| * | made selected_gallery_index query selectors more restrictiveLiam2022-11-201-2/+2
| | |
* | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-071-0/+2
|\| |
| * | add ability to create extensions that add localizationsAUTOMATIC2022-11-061-0/+2
| |/
* | clear on the client-side againpapuSpartan2022-11-011-10/+21
| |
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-311-22/+2
|\|
| * create send to buttons in one moduleyfszzx2022-10-271-22/+2
| |
* | fix js func signature and not forget to initialize confirmation var to ↵papuSpartan2022-10-221-3/+4
| | | | | | | | prevent exception upon cancelling confirmation
* | forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan2022-10-211-2/+2
| |
* | refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan2022-10-211-1/+1
| |
* | update token counter when clearing promptpapuSpartan2022-10-211-2/+2
| |
* | only delete prompt on back end and remove client-side deletionpapuSpartan2022-10-211-6/+0
| |
* | initial work on getting prompts cleared on the backend and synchronizing ↵papuSpartan2022-10-211-3/+7
| | | | | | | | token counter
* | add settings option to toggle button visibilitypapuSpartan2022-10-211-1/+0
| |
* | remove unnecessary assignmentpapuSpartan2022-10-201-8/+7
| |
* | add confirmation dialoguepapuSpartan2022-10-201-0/+4
| |
* | clear prompt button now works on both relevant tabs. Device detection stuff ↵papuSpartan2022-10-201-0/+28
|/ | | | will be added later.
* Use of a --theme argument for more flexibilityMichoko2022-10-171-3/+3
| | | | Added possibility to set the theme (light or dark)
* Added dark mode switchMichoko2022-10-171-0/+7
| | | | Launch the UI in dark mode with the --dark-mode switch
* change styling for top right corner UIAUTOMATIC2022-10-151-1/+1
| | | | made save style button not die when you cancel
* Add hint for `ctrl/alt enter`aoirusann2022-10-151-10/+0
| | | | And duplicate implementations are removed
* emergency fix for broken send to buttonsAUTOMATIC2022-10-131-4/+4
|
* Add "Scale to" option to ExtrasJustin Maier2022-10-101-1/+2
|
* Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC11112022-10-021-6/+20
|\
| * consolidated token counter functionsLiam2022-09-301-12/+9
| |
| * token counters now update when roll artist and style buttons are pressed ↵Liam2022-09-301-6/+22
| | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
* | move JavaScript into ui.jsDepFA2022-10-011-0/+5
|/
* fix #1405 submitting both tabsAUTOMATIC2022-09-301-1/+1
|
* ALT + return will submit prompt when it's in focusTrung Ngo2022-09-301-0/+10
|
* removed unused import; now using javascript to watch prompt textareaLiam2022-09-281-9/+11
|
* switched the token counter to use hidden buttons instead of api callLiam2022-09-271-45/+15
|
* Merge remote-tracking branch 'upstream/master' into token_countLiam2022-09-271-3/+2
|\
| * Solve issue #962Alexandre Simard2022-09-271-3/+2
| | | | | | | | Fix by @MrAcademy