aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | -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
* | Merge pull request #1066 from moorehousew/masterAUTOMATIC11112022-09-271-1/+29
|\ \ | | | | | | Add support for checkpoint merging
| * | 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 ↵Connum2022-09-261-3/+6
| | | | | | | | upon completion (fixes #1013)
* | copy over fields when sending to img2img: ↵Liam2022-09-261-8/+11
|/ | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1029
* 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
|/ | | | added more robust detection of last line with parameters for pasted prompts
* 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
| | | | Prevent writing to arbitrary directories, as usual
* 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
| | | | | | tabs fixed some [send to..] buttons to work properly with all tabs
* 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
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* 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
| | | Who knows what filesystem they're on
* settings categories split to columns, remade categoriesAUTOMATIC2022-09-221-23/+32
|
* Add section splitting to settings uiDepFA2022-09-221-7/+16
|
* move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC2022-09-221-2/+2
| | | | problem with secure context people are having on non-localhost
* remove labels from output galleryAUTOMATIC2022-09-221-3/+3
|
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-75/+57
| | | | | | | SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
* New position and interrupt integrationinnovaciones2022-09-221-21/+25
|
* Use generate button as progress barinnovaciones2022-09-221-3/+4
|
* Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard2022-09-211-0/+1
| | | * Add LDSR Upscaling
* prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC2022-09-211-5/+5
|
* fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum2022-09-211-1/+1
|
* added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC2022-09-201-1/+1
|
* Enable neural network upscalers for highres. fixAUTOMATIC2022-09-201-1/+1
|
* Send a browser notification when the images are readyDave Sescleifer2022-09-201-0/+8
|
* Automatically show PNGinfo when uploading imagetrufty2022-09-191-0/+1
|
* fix the issue with incorrect js options on page loadAUTOMATIC2022-09-191-1/+1
| | | | | add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results
* added highres fix featureAUTOMATIC2022-09-191-0/+15
|
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-191-4/+1
|\