mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 22:53:25 +03:00
bump gradio version
This commit is contained in:
parent
0027ce1f6e
commit
b0211ff7f8
@ -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"""
|
||||
|
@ -8,7 +8,7 @@ clean-fid
|
||||
einops
|
||||
fastapi>=0.90.1
|
||||
gfpgan
|
||||
gradio==3.39.0
|
||||
gradio==3.41.0
|
||||
inflection
|
||||
jsonmerge
|
||||
kornia
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user