diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-25 20:51:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 20:51:25 +0000 |
commit | 6f18c9b13f06112d6afe9be062fe5308767ea38a (patch) | |
tree | d82ea08976ca2b5793f449094308aca3c9629099 /requirements_versions.txt | |
parent | 575c17a8f9bc6471a7a0891b665ec42073a18049 (diff) | |
parent | a0d07fb5807ad55c8ccfdfc9a6d9ae3c62b9d211 (diff) | |
download | stable-diffusion-webui-gfx803-6f18c9b13f06112d6afe9be062fe5308767ea38a.tar.gz stable-diffusion-webui-gfx803-6f18c9b13f06112d6afe9be062fe5308767ea38a.tar.bz2 stable-diffusion-webui-gfx803-6f18c9b13f06112d6afe9be062fe5308767ea38a.zip |
Merge branch 'master' into extra-networks-toggle
Diffstat (limited to 'requirements_versions.txt')
-rw-r--r-- | requirements_versions.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements_versions.txt b/requirements_versions.txt index 0031c616..df65431a 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -3,13 +3,13 @@ transformers==4.25.1 accelerate==0.12.0
basicsr==1.4.2
gfpgan==1.3.8
-gradio==3.16.2
+gradio==3.23
numpy==1.23.3
Pillow==9.4.0
realesrgan==0.3.0
torch
omegaconf==2.2.3
-pytorch_lightning==1.7.6
+pytorch_lightning==1.9.4
scikit-image==0.19.2
fonts
font-roboto
@@ -25,6 +25,6 @@ lark==1.1.2 inflection==0.5.1
GitPython==3.1.30
torchsde==0.2.5
-safetensors==0.2.7
+safetensors==0.3.0
httpcore<=0.15
fastapi==0.94.0
|