aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
AgeCommit message (Collapse)Author
2022-09-29Add output folder iconsMichoko
Adds icons on the first 3 tabs to directly open the corresponding images output directory
2022-09-29Respect --ckpt-dir command-line argument when merging models (#1261)William Moorehouse
* Update .gitignore to ignore *all* checkpoint files in /models * Fixed typo in UI
2022-09-29update lists of models after merging them in checkpoints tabAUTOMATIC
support saving as half
2022-09-29correctly list and display model names for #1261AUTOMATIC
2022-09-28Merge pull request #1194 from liamkerr/token_countAUTOMATIC1111
Token count
2022-09-28Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-28save parameters for images when using the Save button.AUTOMATIC
2022-09-28removed unused import; now using javascript to watch prompt textareaLiam
2022-09-28Adding support for inverse sigmoid interpolationBernard Maltais
2022-09-28add advanced saving for save buttonWDevelopsWebApps
2022-09-27-Fix interp_amount rounding in filenameBernard Maltais
-Sort list of checkpoints in list
2022-09-27- Add gradio dropdown list to select checkpointsBernard Maltais
- Update checkpoint model fields labels
2022-09-27switched the token counter to use hidden buttons instead of api callLiam
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam
2022-09-27added token counter next to txt2img and img2img promptsLiam
2022-09-27(feat): Rework Checkpoint Merger UI for better clarityBernard Maltais
- Rename variables to better align with field input - Improve merged checkpoint output file name
2022-09-27added console outputs, more clear indication of progress, and ability to ↵AUTOMATIC
specify full filename to checkpoint merger restore "Loading..." text
2022-09-27Merge pull request #1066 from moorehousew/masterAUTOMATIC1111
Add support for checkpoint merging
2022-09-26adds support for a notification.mp3 in the root directory that will play ↵Connum
upon completion (fixes #1013)
2022-09-26Added smoothstep interpolation to checkpoint mergingWilliam Moorehouse
2022-09-26copy over fields when sending to img2img: ↵Liam
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1029
2022-09-25Add support for checkpoint mergingWilliam Moorehouse
2022-09-25Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-25added hiding items to ui-config.jsonAUTOMATIC
2022-09-25add custom script source to config path keysDepFA
2022-09-25Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-25added support for setting hires fix from pasted promptsAUTOMATIC
added more robust detection of last line with parameters for pasted prompts
2022-09-25Correct indentDepFA
2022-09-25Persist default Number valuesDepFA
2022-09-25Add attr to skipDepFA
2022-09-25Apply to all checkboxes and textboxesDepFA
2022-09-25Add attributes to checkboxes for persistingDepFA
2022-09-25by popular request, moves width/height sliders higherAUTOMATIC
2022-09-24Disable 'batch img2img' when launched with --hide-ui-dir-configEyeDeck
Prevent writing to arbitrary directories, as usual
2022-09-24do not hide preview image too earlyAUTOMATIC
2022-09-24Remove double loading messageinnovaciones
2022-09-24fix for settings sometimes not applying on javascript sideAUTOMATIC
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC
tabs fixed some [send to..] buttons to work properly with all tabs
2022-09-23one change didn't make it into the previous commitAUTOMATIC
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-23prevent saving settings with bogus valuesAUTOMATIC
2022-09-23add extrastab send to inpaintSeki
2022-09-23add extrastab send to img2imgSeki
2022-09-23Fix typoinnovaciones
2022-09-23Show interrupt button without progress barinnovaciones
2022-09-23sort JavaScript includes to assure script sequenceDepFA
Who knows what filesystem they're on
2022-09-22settings categories split to columns, remade categoriesAUTOMATIC
2022-09-22Add section splitting to settings uiDepFA
2022-09-22move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC
problem with secure context people are having on non-localhost
2022-09-22remove labels from output galleryAUTOMATIC