mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
Upgrade xformers
This commit is contained in:
parent
b957dcfece
commit
cf07983a6e
2 changed files with 2 additions and 2 deletions
2
webui.py
2
webui.py
|
|
@ -135,7 +135,7 @@ there are reports of issues with training tab on the latest version.
|
|||
Use --skip-version-check commandline argument to disable this check.
|
||||
""".strip())
|
||||
|
||||
expected_xformers_version = "0.0.17"
|
||||
expected_xformers_version = "0.0.20"
|
||||
if shared.xformers_available:
|
||||
import xformers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue