aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
Commit message (Collapse)AuthorAgeFilesLines
* create send to buttons in one moduleyfszzx2022-10-271-22/+2
|
* 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
* | added token counter next to txt2img and img2img promptsLiam2022-09-271-0/+47
|/
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC2022-09-231-2/+46
| | | | | | tabs fixed some [send to..] buttons to work properly with all tabs
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-231-2/+2
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-5/+47
| | | | | | | SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
* add read access to settings for jsavascriptAUTOMATIC2022-09-181-0/+39
| | | | add an option to disable lightbox modal
* altered progressbar to not rely on first progress request coming after the ↵AUTOMATIC2022-09-181-1/+1
| | | | job has started; may help with broken progressbar some people say they have
* script.js split work - ui.jsAUTOMATIC2022-09-181-28/+2
|
* Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+87