aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
AgeCommit message (Collapse)AuthorLines
2022-10-02keep textual inversion dataset latents in CPU memory to save a bit of VRAMAUTOMATIC-2/+2
2022-10-02preprocessing for textual inversion addedAUTOMATIC-0/+36
2022-10-02make save to dirs optional for imgs saved from uiLopyter-1/+1
2022-10-02Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC1111-32/+176
2022-10-02correct indentDepFA-13/+12
2022-10-02Merge pull request #1324 from liamkerr/token_updatesAUTOMATIC1111-8/+18
Fixing Bugs with Token Counter
2022-10-02fix for incorrect embedding token length calculation (will break seeds that ↵AUTOMATIC-0/+2
use embeddings, you're welcome!) add option to input initialization text for embeddings
2022-10-02Merge branch 'master' into token_updatesliamkerr-7/+34
2022-10-02Merge branch 'master' into savingAUTOMATIC1111-24/+140
2022-10-02Merge branch 'master' into token_updatesliamkerr-17/+122
2022-10-02initial support for training textual inversionAUTOMATIC-17/+122
2022-10-02Put reload buttons in row and add secondary styleDepFA-10/+13
2022-10-02add custom script body only refresh optionDepFA-0/+11
2022-10-02remove styling from python sideDepFA-1/+1
2022-10-01update reloading message styleDepFA-1/+1
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