aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2023-01-18bump gradio to 3.16.2AUTOMATIC
change style selection to multiselect dropdown
2023-01-14bump gradio to 3.16.1AUTOMATIC
2023-01-06Merge remote-tracking branch 'upstream/master' into sub-quad_attn_optbrkirch
2023-01-06Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch
2023-01-06Add Birch-san's sub-quadratic attention implementationbrkirch
2023-01-03update req.txthithereai
The old 'opencv-python' package is very limiting in terms of optical flow - so I propose a package change to 'opencv-contrib-python', which has more cv2.optflow methods. These are needed for optical flow trickery in auto1111 and its extensions, and it cannot be installed by an extension as only a single package of opencv needs to be installed for optical flow to work properly. Change of the main one is Inevitable.
2023-01-01Bump gradio version #YOLOAUTOMATIC
2022-12-24add blendmodes to requirements_versions, remove aenum as it's already ↵AUTOMATIC
required by blendmodes
2022-12-11Update requirements.txtThereforeGames
2022-12-10remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC
extensions section
2022-12-06Add psutil if using macOS to requirements.txtbrkirch
2022-11-27add safetensors to requirementsAUTOMATIC
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC
2022-11-09Optional Accelerate Launchd8ahazard
2022-11-06bump gradio to 3.9AUTOMATIC
2022-11-02switch to gradio 3.8AUTOMATIC
2022-11-01Update requirements.txtlaksjdjf
2022-10-31add requirements for GitPythonAUTOMATIC
2022-10-25download better face detection module dynamicallycaptin411
2022-10-17add missing requirement for api and fix some typosAUTOMATIC
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