Unverified Commit 393e09c1 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #7148 from acncagua/improvement_launch.py

Set Linux xformers 0.0.16RC425
parents 5c1cb926 078e16e4
...@@ -245,7 +245,7 @@ def prepare_environment(): ...@@ -245,7 +245,7 @@ def prepare_environment():
if not is_installed("xformers"): if not is_installed("xformers"):
exit(0) exit(0)
elif platform.system() == "Linux": elif platform.system() == "Linux":
run_pip("install xformers", "xformers") run_pip("install xformers==0.0.16rc425", "xformers")
if not is_installed("pyngrok") and ngrok: if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok") run_pip("install pyngrok", "ngrok")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment