aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8662 from vladmandic/api-handlerAUTOMATIC11112023-03-251-0/+1
|\ | | | | api error handler
| * api error handlerVladimir Mandic2023-03-151-0/+1
| |
* | bump gradio to 3.23AUTOMATIC2023-03-251-1/+1
| | | | | | | | fix broken image dragging
* | initial gradio 3.22 supportAUTOMATIC2023-03-251-1/+1
|/
* Update requirements transformers==4.25.1Kyle2023-01-251-1/+1
| | | | Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work
* remove fairscale requirement, add fake fairscale to make BLIP not complain ↵AUTOMATIC2023-01-241-1/+0
| | | | about it
* bump gradio to 3.16.2AUTOMATIC2023-01-181-1/+1
|\ | | | | | | change style selection to multiselect dropdown
| * bump gradio to 3.16.1AUTOMATIC2023-01-141-1/+1
|/
* Merge remote-tracking branch 'upstream/master' into sub-quad_attn_optbrkirch2023-01-061-1/+1
|\
| * update req.txthithereai2023-01-031-1/+1
| | | | | | | | | | 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.
* | Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch2023-01-061-1/+1
|\|
| * Bump gradio version #YOLOAUTOMATIC2023-01-011-1/+1
| |
* | Add Birch-san's sub-quadratic attention implementationbrkirch2023-01-061-1/+1
|/
* add blendmodes to requirements_versions, remove aenum as it's already ↵AUTOMATIC2022-12-241-1/+0
| | | | required by blendmodes
* Update requirements.txtThereforeGames2022-12-111-0/+2
|
* remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC2022-12-101-1/+0
| | | | extensions section
* Add psutil if using macOS to requirements.txtbrkirch2022-12-071-0/+1
|
* add safetensors to requirementsAUTOMATIC2022-11-271-0/+1
|
* Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-0/+1
|
* Optional Accelerate Launchd8ahazard2022-11-091-0/+1
|
* bump gradio to 3.9AUTOMATIC2022-11-061-1/+1
|
* switch to gradio 3.8AUTOMATIC2022-11-021-1/+1
|
* Update requirements.txtlaksjdjf2022-11-011-1/+1
|
* add requirements for GitPythonAUTOMATIC2022-10-311-0/+1
|
* download better face detection module dynamicallycaptin4112022-10-251-0/+2
|
* add missing requirement for api and fix some typosAUTOMATIC2022-10-171-0/+1
|
* bump gradio to 3.5AUTOMATIC2022-10-151-1/+1
|
* bump gradio to 3.4.1AUTOMATIC2022-10-111-1/+1
|
* Allow nested structures inside schedulesdan2022-10-041-0/+1
|
* move CLIP out of requirements and into launcher to make it possible to ↵AUTOMATIC2022-10-021-2/+0
| | | | launch the program offline
* fix version of gradio in requirements.txt because this is important and an ↵AUTOMATIC2022-09-291-1/+1
| | | | older would work poorly.
* Merge pull request #1260 from uservar/masterAUTOMATIC11112022-09-281-1/+1
|\ | | | | Specify transformers version in requirements.txt
| * Update requirements.txtuservar2022-09-281-1/+1
| |
* | remove k-diffusion from requirements because we are not cloning the repoAUTOMATIC2022-09-281-1/+0
|/
* clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC2022-09-281-0/+7
| | | | requirements.txt
* removing duplicatesachaiah2022-09-251-13/+11
| | | removing duplicated requirements (transformers, diffusers) and reorganizing alphabetically to be able to spot duplicates in the future.
* add piexif to requirements.txtJJ2022-09-131-0/+1
|
* Merge pull request #400 from rick2047/requirements-sklearn-versionAUTOMATIC11112022-09-131-1/+1
|\ | | | | Add minimum requirements for skimage version
| * Update with definitely right requirements for skimageParesh Mathur2022-09-131-1/+1
| | | | | | In my defense I was doing this on my phone.
| * Now with the correct version of skimageParesh Mathur2022-09-131-1/+1
| |
| * Add skimage minimum requirementParesh Mathur2022-09-131-1/+1
| | | | | | Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393
* | moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC2022-09-131-0/+2
|/ | | | | moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos
* fixed version for GFPGAN and k-diffusionAUTOMATIC2022-09-121-1/+1
| | | | | made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it
* CLIP interrogatorAUTOMATIC2022-09-111-0/+2
|
* 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
|