diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-28 18:38:26 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-28 18:38:26 +0000 |
commit | a703f56d73fa7f9bc3dc6181c3235187027edb01 (patch) | |
tree | d7a8b8ace6021dd117ebe8307e1ec6eb6a108328 /requirements.txt | |
parent | 278e7c711411bfc0a8bcf6c7f3d09f27d329c7a0 (diff) | |
download | stable-diffusion-webui-gfx803-a703f56d73fa7f9bc3dc6181c3235187027edb01.tar.gz stable-diffusion-webui-gfx803-a703f56d73fa7f9bc3dc6181c3235187027edb01.tar.bz2 stable-diffusion-webui-gfx803-a703f56d73fa7f9bc3dc6181c3235187027edb01.zip |
clone k-diffusion instead of installing it via pip, and do not install its requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 08935506..ec30a598 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,10 @@ git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e4512 timm==0.4.12
transformers
torch
+einops
+jsonmerge
+clean-fid
+git+https://github.com/openai/CLIP@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
+resize-right
+torchdiffeq
+kornia
|