Fooocus GitHub Bot Commit

This commit is generated by a GitHub bot of Fooocus
This commit is contained in:
lllyasviel 2023-11-13 12:55:03 -08:00
parent a8be5d7972
commit e10da9de49
2 changed files with 5 additions and 1 deletions

View File

@ -133,6 +133,10 @@ else:
import xformers
import xformers.ops
XFORMERS_IS_AVAILABLE = True
try:
XFORMERS_IS_AVAILABLE = xformers._has_cpp_library
except:
pass
try:
XFORMERS_VERSION = xformers.version.__version__
print("xformers version:", XFORMERS_VERSION)

View File

@ -1 +1 @@
version = '2.1.803'
version = '2.1.804'