aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-31 19:32:13 +0300
committerGitHub <noreply@github.com>2023-05-31 19:32:13 +0300
commit80583263a2852b7e3cd07cac533f54be13204980 (patch)
tree22849f2189c51333fedc1fbd6d3ee873ecec980e /webui.py
parent9013559eef7372b721f083ee0d17d2409c6b438f (diff)
parentcf07983a6e5aa2cf131a75e5b974c25c171a7126 (diff)
Merge pull request #10784 from AUTOMATIC1111/update-deps
Update xformers to 0.0.20
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