aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2022-10-15bump gradio to 3.5AUTOMATIC
2022-10-11bump gradio to 3.4.1AUTOMATIC
2022-10-04Allow nested structures inside schedulesdan
2022-10-02move CLIP out of requirements and into launcher to make it possible to ↵AUTOMATIC
launch the program offline
2022-09-29fix version of gradio in requirements.txt because this is important and an ↵AUTOMATIC
older would work poorly.
2022-09-29Merge pull request #1260 from uservar/masterAUTOMATIC1111
Specify transformers version in requirements.txt
2022-09-28remove k-diffusion from requirements because we are not cloning the repoAUTOMATIC
2022-09-28Update requirements.txtuservar
2022-09-28clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC
requirements.txt
2022-09-25removing duplicatesachaiah
removing duplicated requirements (transformers, diffusers) and reorganizing alphabetically to be able to spot duplicates in the future.
2022-09-13add piexif to requirements.txtJJ
2022-09-13Merge pull request #400 from rick2047/requirements-sklearn-versionAUTOMATIC1111
Add minimum requirements for skimage version
2022-09-13Update with definitely right requirements for skimageParesh Mathur
In my defense I was doing this on my phone.
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