AUTOMATIC
53a3dc601f
move CLIP out of requirements and into launcher to make it possible to launch the program offline
2022-10-02 18:21:56 +03:00
AUTOMATIC
8a50371e4e
fix version of gradio in requirements.txt because this is important and an older would work poorly.
2022-09-29 18:22:05 +03:00
AUTOMATIC1111
d944b84992
Merge pull request #1260 from uservar/master
...
Specify transformers version in requirements.txt
2022-09-29 00:06:51 +03:00
AUTOMATIC
43e273004b
remove k-diffusion from requirements because we are not cloning the repo
2022-09-28 23:36:47 +03:00
uservar
ed26121d4e
Update requirements.txt
2022-09-28 20:17:31 +00:00
AUTOMATIC
a703f56d73
clone k-diffusion instead of installing it via pip, and do not install its requirements.txt
2022-09-28 21:38:26 +03:00
achaiah
5194a58278
removing duplicates
...
removing duplicated requirements (transformers, diffusers) and reorganizing alphabetically to be able to spot duplicates in the future.
2022-09-25 08:44:54 +03:00
JJ
de956b28e5
add piexif to requirements.txt
2022-09-13 18:11:46 +03:00
AUTOMATIC1111
55e08dd61f
Merge pull request #400 from rick2047/requirements-sklearn-version
...
Add minimum requirements for skimage version
2022-09-13 18:05:52 +03:00
Paresh Mathur
8568d88af1
Update with definitely right requirements for skimage
...
In my defense I was doing this on my phone.
2022-09-13 19:49:52 +05:30
Paresh Mathur
128e46d6a4
Now with the correct version of skimage
2022-09-13 19:44:02 +05:30
Paresh Mathur
e6b6eb23fc
Add skimage minimum requirement
...
Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393
2022-09-13 19:32:20 +05:30
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
2022-09-13 16:48:18 +03:00
AUTOMATIC
ac9b2ec010
fixed version for GFPGAN and k-diffusion
...
made launcher always install requirements
bumped basicsr to 1.4.2 because someone wanted it
2022-09-13 00:24:37 +03:00
AUTOMATIC
f194457229
CLIP interrogator
2022-09-11 18:48:36 +03:00
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
2022-09-09 23:45:44 +03:00
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 .
2022-09-08 02:35:26 +00:00
AUTOMATIC
a1743e4518
remove double basicr requirement
...
add seed change for anon
2022-09-07 01:44:44 +03:00
AUTOMATIC
0bfa0d4381
added dependency for gfpgan
2022-09-06 21:19:12 +03:00
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
2022-09-06 10:11:25 +03:00
AUTOMATIC
0b8ca64aa2
applied workaround for gradio 3.2
2022-09-01 22:05:31 +03:00
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
2022-09-01 21:20:25 +03:00
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
2022-08-31 11:04:19 +03:00