aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2022-09-13Now with the correct version of skimageParesh Mathur
2022-09-13Add skimage minimum requirementParesh Mathur
Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393
2022-09-13moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC
moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos
2022-09-13fixed version for GFPGAN and k-diffusionAUTOMATIC
made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it
2022-09-11CLIP interrogatorAUTOMATIC
2022-09-09add missing reqs from PRAUTOMATIC
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR
2022-09-08Add color correction to img2img loopback to avoid a progressive skew to ↵rewbs
magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files.
2022-09-07remove double basicr requirementAUTOMATIC
add seed change for anon
2022-09-06added dependency for gfpganAUTOMATIC
2022-09-06readme extras for VRAM forAUTOMATIC
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
2022-09-01applied workaround for gradio 3.2AUTOMATIC
2022-09-01added interrupt buttonAUTOMATIC
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
2022-08-31added detailed installation instructionsAUTOMATIC
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting