aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicate image saving codesMilly2022-10-061-36/+10
* added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC2022-10-051-2/+4
* shared.state.interrupt when restart is requestedDepFA2022-10-051-0/+1
* Display time taken in mins, secs when relevantxpscyho2022-10-041-1/+6
* add editor to img2imgAUTOMATIC2022-10-041-1/+1
* 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
| |\
| | * 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 http...Liam2022-09-301-1/+5
| * | | | fix for incorrect embedding token length calculation (will break seeds that u...AUTOMATIC2022-10-021-0/+2
| | |_|/ | |/| |
| * | | 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
* | Add output folder iconsMichoko2022-09-291-4/+16
* | Add output folder iconsMichoko2022-09-291-1/+25
* | Respect --ckpt-dir command-line argument when merging models (#1261)William Moorehouse2022-09-281-1/+1
* | update lists of models after merging them in checkpoints tabAUTOMATIC2022-09-281-18/+24
* | correctly list and display model names for #1261AUTOMATIC2022-09-281-2/+2
* | Merge pull request #1194 from liamkerr/token_countAUTOMATIC11112022-09-281-1/+9
|\ \
| * | 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
|/ / /