Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove remote image as sample for img2img (it will now use a local image if ↵ | AUTOMATIC | 2022-08-24 | 1 | -1/+4 | |
| | | | | you have one, none otherwise) | |||||
* | hide gradio progressbar for about 10% speed increase on my GPU; a ↵ | AUTOMATIC | 2022-08-24 | 1 | -1/+12 | |
| | | | | commandline option to prevent hiding | |||||
* | fixed a possible issue with older versions of PIL | AUTOMATIC | 2022-08-23 | 1 | -1/+2 | |
| | ||||||
* | --no-half commandline option to disable .half() | AUTOMATIC | 2022-08-23 | 1 | -1/+2 | |
| | ||||||
* | added prompt verification: if it's too long, a warning is returned in the ↵ | AUTOMATIC | 2022-08-23 | 1 | -0/+34 | |
| | | | | text field along with the part of prompt that has been truncated | |||||
* | Added prompt matrix to img2img | AUTOMATIC | 2022-08-23 | 1 | -128/+134 | |
| | | | | refactoring: separated duplicate code from img2img and txt2img into a single function | |||||
* | Prompt matrix now draws text like in demo. | AUTOMATIC | 2022-08-23 | 1 | -45/+84 | |
| | ||||||
* | additional picture for prompt matrix | AUTOMATIC | 2022-08-23 | 1 | -68/+69 | |
| | | | | | proper seeds for img2img a bit of refactoring | |||||
* | silence the warning from transformers | AUTOMATIC | 2022-08-23 | 1 | -12/+22 | |
| | | | | add feature demonstrations to readme | |||||
* | added prompt matrix feature | AUTOMATIC | 2022-08-22 | 1 | -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 img2img | AUTOMATIC | 2022-08-22 | 1 | -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 | |||||
* | first | AUTOMATIC | 2022-08-22 | 1 | -0/+404 | |