diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-29 15:22:05 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-29 15:22:05 +0000 |
commit | 8a50371e4e169c67e4dc4305cad0714257429c7a (patch) | |
tree | c68297d22abf3cc95a287347ddb98d49549a3c12 /requirements.txt | |
parent | c715ef04d1edb1a112a602639ed3bb292fdeb0e2 (diff) | |
download | stable-diffusion-webui-gfx803-8a50371e4e169c67e4dc4305cad0714257429c7a.tar.gz stable-diffusion-webui-gfx803-8a50371e4e169c67e4dc4305cad0714257429c7a.tar.bz2 stable-diffusion-webui-gfx803-8a50371e4e169c67e4dc4305cad0714257429c7a.zip |
fix version of gradio in requirements.txt because this is important and an older would work poorly.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0d9929ca..7cb9d329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ fairscale==0.4.4 fonts
font-roboto
gfpgan
-gradio
+gradio==3.4b3
invisible-watermark
numpy
omegaconf
|