aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Collapse)AuthorLines
2022-10-17add missing requirement for api and fix some typosAUTOMATIC-0/+1
2022-10-15bump gradio to 3.5AUTOMATIC-1/+1
2022-10-11bump gradio to 3.4.1AUTOMATIC-1/+1
2022-10-04Allow nested structures inside schedulesdan-0/+1
2022-10-02move CLIP out of requirements and into launcher to make it possible to ↵AUTOMATIC-2/+0
launch the program offline
2022-09-29fix version of gradio in requirements.txt because this is important and an ↵AUTOMATIC-1/+1
older would work poorly.
2022-09-29Merge pull request #1260 from uservar/masterAUTOMATIC1111-1/+1
Specify transformers version in requirements.txt
2022-09-28remove k-diffusion from requirements because we are not cloning the repoAUTOMATIC-1/+0
2022-09-28Update requirements.txtuservar-1/+1
2022-09-28clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC-0/+7
requirements.txt
2022-09-25removing duplicatesachaiah-13/+11
removing duplicated requirements (transformers, diffusers) and reorganizing alphabetically to be able to spot duplicates in the future.
2022-09-13add piexif to requirements.txtJJ-0/+1
2022-09-13Merge pull request #400 from rick2047/requirements-sklearn-versionAUTOMATIC1111-1/+1
Add minimum requirements for skimage version
2022-09-13Update with definitely right requirements for skimageParesh Mathur-1/+1
In my defense I was doing this on my phone.
2022-09-13Now with the correct version of skimageParesh Mathur-1/+1
2022-09-13Add skimage minimum requirementParesh Mathur-1/+1
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-0/+2
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-1/+1
made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it
2022-09-11CLIP interrogatorAUTOMATIC-0/+2
2022-09-09add missing reqs from PRAUTOMATIC-0/+2
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-0/+1
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-1/+0
add seed change for anon
2022-09-06added dependency for gfpganAUTOMATIC-0/+1
2022-09-06readme extras for VRAM forAUTOMATIC-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
2022-09-01applied workaround for gradio 3.2AUTOMATIC-1/+1
2022-09-01added interrupt buttonAUTOMATIC-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
2022-08-31added detailed installation instructionsAUTOMATIC-0/+10
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting