AUTOMATIC
9f0da9f6ed
initial gradio 3.22 support
3 years ago
Kyle
bd9b55ee90
Update requirements transformers==4.25.1
...
Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work
3 years ago
AUTOMATIC
28189985e6
remove fairscale requirement, add fake fairscale to make BLIP not complain about it
3 years ago
AUTOMATIC
26fd444811
bump gradio to 3.16.2
...
change style selection to multiselect dropdown
3 years ago
AUTOMATIC
6eb72fd13f
bump gradio to 3.16.1
3 years ago
brkirch
3bfe2bb549
Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt
3 years ago
brkirch
f6ab5a39d7
Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt
3 years ago
brkirch
d782a95967
Add Birch-san's sub-quadratic attention implementation
3 years ago
hithereai
9a3b0ee960
update req.txt
...
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.
3 years ago
AUTOMATIC
76f256fe8f
Bump gradio version #YOLO
3 years ago
AUTOMATIC
1d9eaf94e3
add blendmodes to requirements_versions, remove aenum as it's already required by blendmodes
3 years ago
ThereforeGames
9bcf4165f8
Update requirements.txt
3 years ago
AUTOMATIC
991e2dcee9
remove NSFW filter and its dependency; if you still want it, find it in the extensions section
3 years ago
brkirch
8bc16b7582
Add psutil if using macOS to requirements.txt
3 years ago
AUTOMATIC
6074175faa
add safetensors to requirements
3 years ago
AUTOMATIC
ce6911158b
Add support Stable Diffusion 2.0
3 years ago
d8ahazard
0a54bd3395
Optional Accelerate Launch
3 years ago
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