diff options
author | Paresh Mathur <paresh2047@gmail.com> | 2022-09-13 14:14:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 14:14:02 +0000 |
commit | 128e46d6a4be29a161804edbcf287cb2a48e0fae (patch) | |
tree | 3d786b6984fc0251f8182b96564e196aba662c74 | |
parent | e6b6eb23fc5db90c9334aef65313038a38089ba5 (diff) | |
download | stable-diffusion-webui-gfx803-128e46d6a4be29a161804edbcf287cb2a48e0fae.tar.gz stable-diffusion-webui-gfx803-128e46d6a4be29a161804edbcf287cb2a48e0fae.tar.bz2 stable-diffusion-webui-gfx803-128e46d6a4be29a161804edbcf287cb2a48e0fae.zip |
Now with the correct version of skimage
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 867fed11..40868c2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ omegaconf pytorch_lightning
diffusers
invisible-watermark
-scikit-image>=1.9
+scikit-image>=0.1.9
fonts
font-roboto
git+https://github.com/crowsonkb/k-diffusion.git
|