aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* add missing reqs from PRAUTOMATIC2022-09-091-0/+2
| | | | | add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR
* Add color correction to img2img loopback to avoid a progressive skew to ↵rewbs2022-09-081-0/+1
| | | | magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files.
* remove double basicr requirementAUTOMATIC2022-09-061-1/+0
| | | | add seed change for anon
* added dependency for gfpganAUTOMATIC2022-09-061-0/+1
|
* readme extras for VRAM forAUTOMATIC2022-09-061-0/+4
| | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes
* applied workaround for gradio 3.2AUTOMATIC2022-09-011-1/+1
|
* added interrupt buttonAUTOMATIC2022-09-011-1/+1
| | | | | | added save button --always-batch-cond-uncond as a workaround for performance regression option for low memory users specify gradio version as 3.1.5 because of what looks like a bug
* added detailed installation instructionsAUTOMATIC2022-08-311-0/+10
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting