Merge branch 'main_upstream' into develop

This commit is contained in:
Manuel Schmid 2024-03-13 00:31:41 +01:00
commit f7f0b51bab
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B

View File

@ -40,7 +40,7 @@ def prepare_environment():
if TRY_INSTALL_XFORMERS: if TRY_INSTALL_XFORMERS:
if REINSTALL_ALL or not is_installed("xformers"): if REINSTALL_ALL or not is_installed("xformers"):
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.20') xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.23')
if platform.system() == "Windows": if platform.system() == "Windows":
if platform.python_version().startswith("3.10"): if platform.python_version().startswith("3.10"):
run_pip(f"install -U -I --no-deps {xformers_package}", "xformers", live=True) run_pip(f"install -U -I --no-deps {xformers_package}", "xformers", live=True)