aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorSakura-Luna <53183413+Sakura-Luna@users.noreply.github.com>2023-05-28 12:42:19 +0000
committerGitHub <noreply@github.com>2023-05-28 12:42:19 +0000
commitcf07983a6e5aa2cf131a75e5b974c25c171a7126 (patch)
treeda5368835bf0306cb7d51ba499a9281484e527e0 /webui.py
parentb957dcfece29c84ac0cfcd5a69475ff8684c531f (diff)
downloadstable-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index 1e3ff061..3df2cd1a 100644
--- a/webui.py
+++ b/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