diff options
author | Sakura-Luna <53183413+Sakura-Luna@users.noreply.github.com> | 2023-05-28 12:42:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 12:42:19 +0000 |
commit | cf07983a6e5aa2cf131a75e5b974c25c171a7126 (patch) | |
tree | da5368835bf0306cb7d51ba499a9281484e527e0 /webui.py | |
parent | b957dcfece29c84ac0cfcd5a69475ff8684c531f (diff) | |
download | stable-diffusion-webui-gfx803-cf07983a6e5aa2cf131a75e5b974c25c171a7126.tar.gz stable-diffusion-webui-gfx803-cf07983a6e5aa2cf131a75e5b974c25c171a7126.tar.bz2 stable-diffusion-webui-gfx803-cf07983a6e5aa2cf131a75e5b974c25c171a7126.zip |
Upgrade xformers
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|