diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:16 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:16 +0000 |
commit | 1b46863f2418f7316ea844748d5d2f4efbf78e3a (patch) | |
tree | 7e3253028760f301350c912d735cc1a5fcaa9188 | |
parent | 3d83683a2809fb680bd0b756c9cb4f98f4dee1d9 (diff) | |
download | stable-diffusion-webui-gfx803-1b46863f2418f7316ea844748d5d2f4efbf78e3a.tar.gz stable-diffusion-webui-gfx803-1b46863f2418f7316ea844748d5d2f4efbf78e3a.tar.bz2 stable-diffusion-webui-gfx803-1b46863f2418f7316ea844748d5d2f4efbf78e3a.zip |
update gradio to 3.41.2
-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 a56fd30c..8c339464 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.41.0"
+ expected_gradio_version = "3.41.2"
if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f"""
diff --git a/requirements.txt b/requirements.txt index 960fa0bd..80b43845 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ clean-fid einops
fastapi>=0.90.1
gfpgan
-gradio==3.41.0
+gradio==3.41.2
inflection
jsonmerge
kornia
diff --git a/requirements_versions.txt b/requirements_versions.txt index 6c679e24..f8ae1f38 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.41.0
+gradio==3.41.2
httpcore==0.15
inflection==0.5.1
jsonmerge==1.8.0
|