aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
* deepdanbooru interrogatorGreendayle2022-10-051-5/+19
|
* ignore errors in parse for purposes of token counting for #1564AUTOMATIC2022-10-041-2/+10
|
* batch processing for img2img with an empty output directory, by requestAUTOMATIC2022-10-031-1/+1
|
* Convert folder icon surrogate pair to valid utf8Hanusz Leszek2022-10-031-1/+1
|
* keep textual inversion dataset latents in CPU memory to save a bit of VRAMAUTOMATIC2022-10-021-2/+2
|
* preprocessing for textual inversion addedAUTOMATIC2022-10-021-0/+36
|
* make save to dirs optional for imgs saved from uiLopyter2022-10-021-1/+1
|
* Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC11112022-10-021-32/+176
|\
| * Merge pull request #1324 from liamkerr/token_updatesAUTOMATIC11112022-10-021-8/+18
| |\ | | | | | | Fixing Bugs with Token Counter
| | * Merge branch 'master' into token_updatesliamkerr2022-10-021-7/+34
| | |\
| | * \ Merge branch 'master' into token_updatesliamkerr2022-10-021-17/+122
| | |\ \
| | * | | consolidated token counter functionsLiam2022-09-301-3/+3
| | | | |
| | * | | fixed token counter for prompt editingLiam2022-09-301-7/+13
| | | | |
| | * | | token counters now update when roll artist and style buttons are pressed ↵Liam2022-09-301-1/+5
| | | | | | | | | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
| * | | | fix for incorrect embedding token length calculation (will break seeds that ↵AUTOMATIC2022-10-021-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | use embeddings, you're welcome!) add option to input initialization text for embeddings
| * | | Merge branch 'master' into savingAUTOMATIC11112022-10-021-24/+140
| |\ \ \ | | | |/ | | |/|
| | * | initial support for training textual inversionAUTOMATIC2022-10-021-17/+122
| | |/
| * | Merge branch 'master' into savingWDevelopsWebApps2022-09-291-29/+99
| |\ \
| * | | add advanced saving for save buttonWDevelopsWebApps2022-09-281-8/+29
| | | |
* | | | correct indentDepFA2022-10-021-13/+12
| | | |
* | | | Put reload buttons in row and add secondary styleDepFA2022-10-021-10/+13
| | | |
* | | | add custom script body only refresh optionDepFA2022-10-021-0/+11
| | | |
* | | | remove styling from python sideDepFA2022-10-011-1/+1
| | | |
* | | | update reloading message styleDepFA2022-10-011-1/+1
| | | |
* | | | Add scope warning to refresh buttonDepFA2022-10-011-1/+1
| | | |
* | | | add redefinition guard to gradio_routes_templates_responseDepFA2022-10-011-7/+8
| | | |
* | | | add restart buttonDepFA2022-10-011-1/+14
| |_|/ |/| |
* | | ALT + return will submit prompt when it's in focusTrung Ngo2022-09-301-1/+1
| | |
* | | change default inpaint mode to originalAUTOMATIC2022-09-301-1/+1
| | |
* | | Save parameters as comments when saving as jpgJustin Maier2022-09-291-5/+14
| | |
* | | Save should use desired sample format fixes #1028Justin Maier2022-09-291-1/+1
| |/ |/|
* | Add custom name and try-exceptsafentisAuth2022-09-291-1/+13
| |
* | Add output folder iconsMichoko2022-09-291-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
* | Add output folder iconsMichoko2022-09-291-4/+16
| | | | | | | | Handling of the --hide-ui-dir-config flag and added multi-platform code for opening a folder
* | Add output folder iconsMichoko2022-09-291-1/+25
| | | | | | | | Adds icons on the first 3 tabs to directly open the corresponding images output directory
* | Respect --ckpt-dir command-line argument when merging models (#1261)William Moorehouse2022-09-281-1/+1
| | | | | | | | * Update .gitignore to ignore *all* checkpoint files in /models * Fixed typo in UI
* | update lists of models after merging them in checkpoints tabAUTOMATIC2022-09-281-18/+24
| | | | | | | | support saving as half
* | correctly list and display model names for #1261AUTOMATIC2022-09-281-2/+2
| |
* | Merge pull request #1194 from liamkerr/token_countAUTOMATIC11112022-09-281-1/+9
|\ \ | | | | | | Token count
| * | removed unused import; now using javascript to watch prompt textareaLiam2022-09-281-2/+0
| | |
| * | switched the token counter to use hidden buttons instead of api callLiam2022-09-271-4/+9
| | |
| * | Merge remote-tracking branch 'upstream/master' into token_countLiam2022-09-271-12/+47
| |\ \
| * | | added token counter next to txt2img and img2img promptsLiam2022-09-271-1/+6
| | | |
* | | | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-281-1/+1
|\ \ \ \
| * | | | Adding support for inverse sigmoid interpolationBernard Maltais2022-09-281-1/+1
| | |_|/ | |/| |
* / | | save parameters for images when using the Save button.AUTOMATIC2022-09-281-6/+10
|/ / /
* | | -Fix interp_amount rounding in filenameBernard Maltais2022-09-281-1/+1
| | | | | | | | | | | | -Sort list of checkpoints in list
* | | - Add gradio dropdown list to select checkpointsBernard Maltais2022-09-281-4/+5
| | | | | | | | | | | | - Update checkpoint model fields labels
* | | (feat): Rework Checkpoint Merger UI for better clarityBernard Maltais2022-09-271-5/+6
| |/ |/| | | | | | | - Rename variables to better align with field input - Improve merged checkpoint output file name
* | added console outputs, more clear indication of progress, and ability to ↵AUTOMATIC2022-09-271-1/+2
| | | | | | | | | | | | specify full filename to checkpoint merger restore "Loading..." text