aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | -Fix interp_amount rounding in filenameBernard Maltais2022-09-281-1/+1
* | | - Add gradio dropdown list to select checkpointsBernard Maltais2022-09-281-4/+5
* | | (feat): Rework Checkpoint Merger UI for better clarityBernard Maltais2022-09-271-5/+6
| |/ |/|
* | added console outputs, more clear indication of progress, and ability to spec...AUTOMATIC2022-09-271-1/+2
* | Merge pull request #1066 from moorehousew/masterAUTOMATIC11112022-09-271-1/+29
|\ \
| * | Added smoothstep interpolation to checkpoint mergingWilliam Moorehouse2022-09-261-2/+4
| * | Add support for checkpoint mergingWilliam Moorehouse2022-09-251-1/+27
| |/
* | adds support for a notification.mp3 in the root directory that will play upon...Connum2022-09-261-3/+6
* | copy over fields when sending to img2img: https://github.com/AUTOMATIC1111/st...Liam2022-09-261-8/+11
|/
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-251-0/+3
|\
| * add custom script source to config path keysDepFA2022-09-251-0/+3
* | added hiding items to ui-config.jsonAUTOMATIC2022-09-251-2/+5
|/
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-251-1/+13
|\
| * Correct indentDepFA2022-09-251-3/+3
| * Persist default Number valuesDepFA2022-09-251-1/+4
| * Add attr to skipDepFA2022-09-251-1/+4
| * Apply to all checkboxes and textboxesDepFA2022-09-251-6/+4
| * Add attributes to checkboxes for persistingDepFA2022-09-251-0/+8
* | added support for setting hires fix from pasted promptsAUTOMATIC2022-09-251-34/+36
|/
* by popular request, moves width/height sliders higherAUTOMATIC2022-09-251-8/+8
* Disable 'batch img2img' when launched with --hide-ui-dir-configEyeDeck2022-09-241-3/+4
* do not hide preview image too earlyAUTOMATIC2022-09-241-1/+1
* Remove double loading messageinnovaciones2022-09-241-1/+0
* fix for settings sometimes not applying on javascript sideAUTOMATIC2022-09-231-11/+4
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ...AUTOMATIC2022-09-231-30/+81
* one change didn't make it into the previous commitAUTOMATIC2022-09-231-1/+1
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-231-44/+29
* prevent saving settings with bogus valuesAUTOMATIC2022-09-231-5/+10
* add extrastab send to inpaintSeki2022-09-231-0/+8
* add extrastab send to img2imgSeki2022-09-231-0/+8
* Fix typoinnovaciones2022-09-231-1/+1
* Show interrupt button without progress barinnovaciones2022-09-231-1/+1
* sort JavaScript includes to assure script sequenceDepFA2022-09-231-1/+1