aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added interrupt buttonAUTOMATIC2022-09-011-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
* added detailed installation instructionsAUTOMATIC2022-08-311-0/+10
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting