aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
AgeCommit message (Collapse)AuthorLines
2022-10-01Add scope warning to refresh buttonDepFA-1/+1
2022-10-01add redefinition guard to gradio_routes_templates_responseDepFA-7/+8
2022-10-01add restart buttonDepFA-1/+14
2022-09-30consolidated token counter functionsLiam-3/+3
2022-09-30fixed token counter for prompt editingLiam-7/+13
2022-09-30token counters now update when roll artist and style buttons are pressed ↵Liam-1/+5
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
2022-09-30ALT + return will submit prompt when it's in focusTrung Ngo-1/+1
2022-09-30change default inpaint mode to originalAUTOMATIC-1/+1
2022-09-29Save parameters as comments when saving as jpgJustin Maier-5/+14
2022-09-29Save should use desired sample format fixes #1028Justin Maier-1/+1
2022-09-29Merge branch 'master' into savingWDevelopsWebApps-29/+99
2022-09-29Add custom name and try-exceptsafentisAuth-1/+13
2022-09-29Add output folder iconsMichoko-3/+3
Changed the hidden element class name to a more generic one, so people can reuse it if they want to hide further elements in the future
2022-09-29Add output folder iconsMichoko-4/+16
Handling of the --hide-ui-dir-config flag and added multi-platform code for opening a folder
2022-09-29Add output folder iconsMichoko-1/+25
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-1/+1
* 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-18/+24
support saving as half
2022-09-29correctly list and display model names for #1261AUTOMATIC-2/+2
2022-09-28Merge pull request #1194 from liamkerr/token_countAUTOMATIC1111-1/+9
Token count
2022-09-28Merge remote-tracking branch 'origin/master'AUTOMATIC-1/+1
2022-09-28save parameters for images when using the Save button.AUTOMATIC-6/+10
2022-09-28removed unused import; now using javascript to watch prompt textareaLiam-2/+0
2022-09-28Adding support for inverse sigmoid interpolationBernard Maltais-1/+1
2022-09-28add advanced saving for save buttonWDevelopsWebApps-8/+29
2022-09-27-Fix interp_amount rounding in filenameBernard Maltais-1/+1
-Sort list of checkpoints in list
2022-09-27- Add gradio dropdown list to select checkpointsBernard Maltais-4/+5
- Update checkpoint model fields labels
2022-09-27switched the token counter to use hidden buttons instead of api callLiam-4/+9
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam-12/+47
2022-09-27added token counter next to txt2img and img2img promptsLiam-1/+6
2022-09-27(feat): Rework Checkpoint Merger UI for better clarityBernard Maltais-5/+6
- 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-1/+2
specify full filename to checkpoint merger restore "Loading..." text
2022-09-27Merge pull request #1066 from moorehousew/masterAUTOMATIC1111-1/+29
Add support for checkpoint merging
2022-09-26adds support for a notification.mp3 in the root directory that will play ↵Connum-3/+6
upon completion (fixes #1013)
2022-09-26Added smoothstep interpolation to checkpoint mergingWilliam Moorehouse-2/+4
2022-09-26copy over fields when sending to img2img: ↵Liam-8/+11
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1029
2022-09-25Add support for checkpoint mergingWilliam Moorehouse-1/+27
2022-09-25Merge remote-tracking branch 'origin/master'AUTOMATIC-0/+3
2022-09-25added hiding items to ui-config.jsonAUTOMATIC-2/+5
2022-09-25add custom script source to config path keysDepFA-0/+3
2022-09-25Merge remote-tracking branch 'origin/master'AUTOMATIC-1/+13
2022-09-25added support for setting hires fix from pasted promptsAUTOMATIC-34/+36
added more robust detection of last line with parameters for pasted prompts
2022-09-25Correct indentDepFA-3/+3
2022-09-25Persist default Number valuesDepFA-1/+4
2022-09-25Add attr to skipDepFA-1/+4
2022-09-25Apply to all checkboxes and textboxesDepFA-6/+4
2022-09-25Add attributes to checkboxes for persistingDepFA-0/+8
2022-09-25by popular request, moves width/height sliders higherAUTOMATIC-8/+8
2022-09-24Disable 'batch img2img' when launched with --hide-ui-dir-configEyeDeck-3/+4
Prevent writing to arbitrary directories, as usual
2022-09-24do not hide preview image too earlyAUTOMATIC-1/+1
2022-09-24Remove double loading messageinnovaciones-1/+0