diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-24 06:35:58 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-24 06:41:30 +0000 |
commit | b0211ff7f865da3ada6e97c1c86a368d0571ae70 (patch) | |
tree | 96d1dbbec1642f1797db754e08978a4b60f763cd | |
parent | 0027ce1f6e58c5f4279173e468a60aef420babfe (diff) | |
download | stable-diffusion-webui-gfx803-b0211ff7f865da3ada6e97c1c86a368d0571ae70.tar.gz stable-diffusion-webui-gfx803-b0211ff7f865da3ada6e97c1c86a368d0571ae70.tar.bz2 stable-diffusion-webui-gfx803-b0211ff7f865da3ada6e97c1c86a368d0571ae70.zip |
bump gradio version
-rw-r--r-- | modules/errors.py | 2 | ||||
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | requirements_versions.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/errors.py b/modules/errors.py index 192cd8ff..a56fd30c 100644 --- a/modules/errors.py +++ b/modules/errors.py @@ -95,7 +95,7 @@ def check_versions(): expected_torch_version = "2.0.0"
expected_xformers_version = "0.0.20"
- expected_gradio_version = "3.39.0"
+ expected_gradio_version = "3.41.0"
if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f"""
diff --git a/requirements.txt b/requirements.txt index d83092f0..960fa0bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ clean-fid einops
fastapi>=0.90.1
gfpgan
-gradio==3.39.0
+gradio==3.41.0
inflection
jsonmerge
kornia
diff --git a/requirements_versions.txt b/requirements_versions.txt index dec45df3..6c679e24 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -7,7 +7,7 @@ clean-fid==0.1.35 einops==0.4.1
fastapi==0.94.0
gfpgan==1.3.8
-gradio==3.39.0
+gradio==3.41.0
httpcore==0.15
inflection==0.5.1
jsonmerge==1.8.0
|