diff options
author | acncagua <acncagua@gmail.com> | 2023-01-24 03:21:07 +0000 |
---|---|---|
committer | acncagua <acncagua@gmail.com> | 2023-01-24 03:21:07 +0000 |
commit | 078e16e4d33ccbd40ff3ecfbb57ffd33a2a16c47 (patch) | |
tree | 5720d12afc98c045183c8c55651a4dcdba39abf5 | |
parent | 5c1cb9263f980641007088a37360fcab01761d37 (diff) | |
download | stable-diffusion-webui-gfx803-078e16e4d33ccbd40ff3ecfbb57ffd33a2a16c47.tar.gz stable-diffusion-webui-gfx803-078e16e4d33ccbd40ff3ecfbb57ffd33a2a16c47.tar.bz2 stable-diffusion-webui-gfx803-078e16e4d33ccbd40ff3ecfbb57ffd33a2a16c47.zip |
Set Linux xformers 0.0.16RC425
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ def prepare_environment(): if not is_installed("xformers"):
exit(0)
elif platform.system() == "Linux":
- run_pip("install xformers", "xformers")
+ run_pip("install xformers==0.0.16rc425", "xformers")
if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok")
|