diff options
author | laksjdjf <aikasama@hotmail.co.jp> | 2022-11-01 13:50:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 13:50:47 +0000 |
commit | 42b5c73352f7c0c89ab6c34991b368f55952cd18 (patch) | |
tree | a2126c45535b989a7954ff30e142d73d1848cb0a | |
parent | c28de154b0ffb143019387f9fc169953347a60f4 (diff) | |
download | stable-diffusion-webui-gfx803-42b5c73352f7c0c89ab6c34991b368f55952cd18.tar.gz stable-diffusion-webui-gfx803-42b5c73352f7c0c89ab6c34991b368f55952cd18.tar.bz2 stable-diffusion-webui-gfx803-42b5c73352f7c0c89ab6c34991b368f55952cd18.zip |
Update requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fff63e7d..a53522f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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
|