diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-09-30 00:59:36 +0000 |
---|---|---|
committer | d8ahazard <d8ahazard@gmail.com> | 2022-09-30 00:59:36 +0000 |
commit | d73741794d38a5c1aacacc7a6ed3fe3ca65724db (patch) | |
tree | d498141630f535a7ea3d7538707f4213538a332c /requirements.txt | |
parent | 0dce0df1ee63b2f158805c1a1f1a3743cc4a104b (diff) | |
parent | 498515e7a19bb3e8ab36aab2e628eb6be7464401 (diff) | |
download | stable-diffusion-webui-gfx803-d73741794d38a5c1aacacc7a6ed3fe3ca65724db.tar.gz stable-diffusion-webui-gfx803-d73741794d38a5c1aacacc7a6ed3fe3ca65724db.tar.bz2 stable-diffusion-webui-gfx803-d73741794d38a5c1aacacc7a6ed3fe3ca65724db.zip |
Merge remote-tracking branch 'upstream/master' into ModelLoader
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 08935506..7cb9d329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,8 @@ fairscale==0.4.4 fonts
font-roboto
gfpgan
-gradio
+gradio==3.4b3
invisible-watermark
-git+https://github.com/crowsonkb/k-diffusion.git
numpy
omegaconf
piexif
@@ -16,5 +15,12 @@ realesrgan scikit-image>=0.19
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379
timm==0.4.12
-transformers
+transformers==4.19.2
torch
+einops
+jsonmerge
+clean-fid
+git+https://github.com/openai/CLIP@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
+resize-right
+torchdiffeq
+kornia
|