mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-15 11:10:25 -07:00
xformers update
This commit is contained in:
parent
541ef9247c
commit
956e1d8d90
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ def check_versions():
|
|||
import gradio
|
||||
|
||||
expected_torch_version = "2.0.0"
|
||||
expected_xformers_version = "0.0.20"
|
||||
expected_xformers_version = "0.0.21"
|
||||
expected_gradio_version = "3.39.0"
|
||||
|
||||
if version.parse(torch.__version__) < version.parse(expected_torch_version):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue