diff options
author | evshiron <evshiron@gmail.com> | 2022-11-02 04:31:33 +0000 |
---|---|---|
committer | evshiron <evshiron@gmail.com> | 2022-11-02 04:31:33 +0000 |
commit | 51e0a83969925e6b7b12b9b087d028c16ce04e3c (patch) | |
tree | bbccf573783cd2449e3774fe949c81dced83b6d4 /requirements.txt | |
parent | 1a4ff2de6a835cd8cc1590bbc1a8dedb5ad37e5b (diff) | |
parent | 55688c48806f9383f3a56f6b9a0ab8fbf205edd2 (diff) | |
download | stable-diffusion-webui-gfx803-51e0a83969925e6b7b12b9b087d028c16ce04e3c.tar.gz stable-diffusion-webui-gfx803-51e0a83969925e6b7b12b9b087d028c16ce04e3c.tar.bz2 stable-diffusion-webui-gfx803-51e0a83969925e6b7b12b9b087d028c16ce04e3c.zip |
Merge branch 'master' into fix/progress-api
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 75b37c4f..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
@@ -26,3 +26,4 @@ torchdiffeq kornia
lark
inflection
+GitPython
|