mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-21 03:11:40 +08:00
Downgrade Gradio to 4.38.1
ImageEditor color switching is broken on newer versions.
This commit is contained in:
parent
3e94d2216c
commit
623ce9ef50
@ -109,7 +109,7 @@ def check_versions():
|
||||
|
||||
expected_torch_version = "2.1.2"
|
||||
expected_xformers_version = "0.0.23.post1"
|
||||
expected_gradio_version = "4.42.0"
|
||||
expected_gradio_version = "4.38.1"
|
||||
|
||||
if version.parse(torch.__version__) < version.parse(expected_torch_version):
|
||||
print_error_explanation(f"""
|
||||
|
@ -8,7 +8,7 @@ diskcache
|
||||
einops
|
||||
facexlib
|
||||
fastapi>=0.90.1
|
||||
gradio==4.42.0
|
||||
gradio==4.38.1
|
||||
inflection
|
||||
jsonmerge
|
||||
kornia
|
||||
|
@ -8,7 +8,7 @@ diskcache==5.6.3
|
||||
einops==0.4.1
|
||||
facexlib==0.3.0
|
||||
fastapi==0.104.1
|
||||
gradio==4.42.0
|
||||
gradio==4.38.1
|
||||
httpcore==0.15
|
||||
inflection==0.5.1
|
||||
jsonmerge==1.8.0
|
||||
|
Loading…
Reference in New Issue
Block a user