diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-01 19:05:31 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-01 19:05:31 +0000 |
commit | 0b8ca64aa21acdbcd5ff179c7e215a16b9eb6327 (patch) | |
tree | c31c336a187baca79c5ab63f90d4a41b7ae628ea /requirements.txt | |
parent | 8d45b3be18f19f800a8f3099a81665435d6e5bd0 (diff) | |
download | stable-diffusion-webui-gfx803-0b8ca64aa21acdbcd5ff179c7e215a16b9eb6327.tar.gz stable-diffusion-webui-gfx803-0b8ca64aa21acdbcd5ff179c7e215a16b9eb6327.tar.bz2 stable-diffusion-webui-gfx803-0b8ca64aa21acdbcd5ff179c7e215a16b9eb6327.zip |
applied workaround for gradio 3.2
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 8538310b..91b21222 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ basicsr
gfpgan
-gradio==3.1.5
+gradio
numpy
Pillow
realesrgan
|