mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-28 04:41:31 -08:00
Update the xformers/torch versions
This commit is contained in:
parent
598da5cd49
commit
890181e1d4
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ def check_versions():
|
|||
import torch
|
||||
import gradio
|
||||
|
||||
expected_torch_version = "2.0.0"
|
||||
expected_xformers_version = "0.0.20"
|
||||
expected_torch_version = "2.1.0"
|
||||
expected_xformers_version = "0.0.22.post7"
|
||||
expected_gradio_version = "3.41.2"
|
||||
|
||||
if version.parse(torch.__version__) < version.parse(expected_torch_version):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue