32 Commits (ac085628540d0ec6a988fad93f5b8f2154209571)

Author SHA1 Message Date
AUTOMATIC 804d9fb83d bump gradio to 3.9 3 years ago
AUTOMATIC 95c6308ccd switch to gradio 3.8 3 years ago
laksjdjf 42b5c73352
Update requirements.txt 3 years ago
AUTOMATIC f17769cfbc add requirements for GitPython 3 years ago
captin411 54f0c14824 download better face detection module dynamically 3 years ago
AUTOMATIC d42125baf6 add missing requirement for api and fix some typos 3 years ago
AUTOMATIC 4ed99d5996 bump gradio to 3.5 3 years ago
AUTOMATIC d7474a5185 bump gradio to 3.4.1 3 years ago
dan 2f1b61d979 Allow nested structures inside schedules 3 years ago
AUTOMATIC 53a3dc601f move CLIP out of requirements and into launcher to make it possible to launch the program offline 3 years ago
AUTOMATIC 8a50371e4e fix version of gradio in requirements.txt because this is important and an older would work poorly. 3 years ago
AUTOMATIC1111 d944b84992
Merge pull request #1260 from uservar/master
Specify transformers version in requirements.txt
3 years ago
AUTOMATIC 43e273004b remove k-diffusion from requirements because we are not cloning the repo 3 years ago
uservar ed26121d4e
Update requirements.txt 3 years ago
AUTOMATIC a703f56d73 clone k-diffusion instead of installing it via pip, and do not install its requirements.txt 3 years ago
achaiah 5194a58278 removing duplicates
removing duplicated requirements (transformers, diffusers) and reorganizing alphabetically to be able to spot duplicates in the future.
3 years ago
JJ de956b28e5 add piexif to requirements.txt 3 years ago
AUTOMATIC1111 55e08dd61f
Merge pull request #400 from rick2047/requirements-sklearn-version
Add minimum requirements for skimage version
3 years ago
Paresh Mathur 8568d88af1
Update with definitely right requirements for skimage
In my defense I was doing this on my phone.
3 years ago
Paresh Mathur 128e46d6a4
Now with the correct version of skimage 3 years ago
Paresh Mathur e6b6eb23fc
Add skimage minimum requirement
Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393
3 years ago
AUTOMATIC 33e6b6e9a6 moved most of functionality from webui.bat into cross-platform launch.py
moved stable diffusion dependencies into requirements.txt
added checkout with specific commit hashes to all external repos
3 years ago
AUTOMATIC ac9b2ec010 fixed version for GFPGAN and k-diffusion
made launcher always install requirements
bumped basicsr to 1.4.2 because someone wanted it
3 years ago
AUTOMATIC f194457229 CLIP interrogator 3 years ago
AUTOMATIC a5316bbf63 add missing reqs from PR
add missing check to autoinstall that will install fonts for existing users
remove unusaed line from another PR
3 years ago
rewbs 52e071da2a Add color correction to img2img loopback to avoid a progressive skew to magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files. 3 years ago
AUTOMATIC a1743e4518 remove double basicr requirement
add seed change for anon
3 years ago
AUTOMATIC 0bfa0d4381 added dependency for gfpgan 3 years ago
AUTOMATIC 395f170597 readme extras for VRAM for
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
3 years ago
AUTOMATIC 0b8ca64aa2 applied workaround for gradio 3.2 3 years ago
AUTOMATIC a6adc22f07 added interrupt button
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
3 years ago
AUTOMATIC e38ad2ee95 added detailed installation instructions
fixed bug with missing same dir for a new install
added ctrl+c hander to immediately stop the program instead of waiting
3 years ago