aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
Commit message (Collapse)AuthorAgeFilesLines
...
* remove remote image as sample for img2img (it will now use a local image if ↵AUTOMATIC2022-08-241-1/+4
| | | | you have one, none otherwise)
* hide gradio progressbar for about 10% speed increase on my GPU; a ↵AUTOMATIC2022-08-241-1/+12
| | | | commandline option to prevent hiding
* fixed a possible issue with older versions of PILAUTOMATIC2022-08-231-1/+2
|
* --no-half commandline option to disable .half()AUTOMATIC2022-08-231-1/+2
|
* added prompt verification: if it's too long, a warning is returned in the ↵AUTOMATIC2022-08-231-0/+34
| | | | text field along with the part of prompt that has been truncated
* Added prompt matrix to img2imgAUTOMATIC2022-08-231-128/+134
| | | | refactoring: separated duplicate code from img2img and txt2img into a single function
* Prompt matrix now draws text like in demo.AUTOMATIC2022-08-231-45/+84
|
* additional picture for prompt matrixAUTOMATIC2022-08-231-68/+69
| | | | | proper seeds for img2img a bit of refactoring
* silence the warning from transformersAUTOMATIC2022-08-231-12/+22
| | | | add feature demonstrations to readme
* added prompt matrix featureAUTOMATIC2022-08-221-41/+127
| | | | | | | all images in batches now have proper seeds, not just the first one added code to remove bad characters from filenames added code to flag output which writes it to csv and saves images renamed some fields in UI for clarity
* fixed bug with images not resizing for img2imgAUTOMATIC2022-08-221-91/+109
| | | | | | | added GFPGAN as an option for img2img added GFPGAN as a tab added autodetection for row counts for grids, enabled by default removed Fixed Code sampling because no one can figure out what it does; maybe someone will be upset by removal and will tell me
* firstAUTOMATIC2022-08-221-0/+404