diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-11-04 06:02:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 06:02:15 +0000 |
commit | 4918eb6ce484caa4bc5a9f668bb466a5122a9c87 (patch) | |
tree | 76a0e42461d620764ad810c5b8dbd5b28d757519 /requirements.txt | |
parent | 80844ac861504e7c67a3d4dec0cbed9f6f4b3e24 (diff) | |
parent | 2cf3d2ac15530dbc8fdb486a4dac03b710972445 (diff) | |
download | stable-diffusion-webui-gfx803-4918eb6ce484caa4bc5a9f668bb466a5122a9c87.tar.gz stable-diffusion-webui-gfx803-4918eb6ce484caa4bc5a9f668bb466a5122a9c87.tar.bz2 stable-diffusion-webui-gfx803-4918eb6ce484caa4bc5a9f668bb466a5122a9c87.zip |
Merge branch 'master' into hn-activation
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 75b37c4f..79e8b7c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ fairscale==0.4.4 fonts
font-roboto
gfpgan
-gradio==3.5
+gradio==3.8
invisible-watermark
numpy
omegaconf
@@ -12,7 +12,7 @@ opencv-python requests
piexif
Pillow
-pytorch_lightning
+pytorch_lightning==1.7.7
realesrgan
scikit-image>=0.19
timm==0.4.12
@@ -26,3 +26,4 @@ torchdiffeq kornia
lark
inflection
+GitPython
|