diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:16 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 05:45:40 +0000 |
commit | cb5f0823c6f7fadb5eb81b93e5a587a11856b478 (patch) | |
tree | 709017bc972e0cf7b5000e6998a869f5222aa52b | |
parent | b7f0e815624dab182aff406c8f227b39ec17452f (diff) | |
download | stable-diffusion-webui-gfx803-cb5f0823c6f7fadb5eb81b93e5a587a11856b478.tar.gz stable-diffusion-webui-gfx803-cb5f0823c6f7fadb5eb81b93e5a587a11856b478.tar.bz2 stable-diffusion-webui-gfx803-cb5f0823c6f7fadb5eb81b93e5a587a11856b478.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
|