diff options
author | alg-wiki <47810160+alg-wiki@users.noreply.github.com> | 2022-10-10 19:35:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 19:35:28 +0000 |
commit | f0ab972f85b4a185e7ff74b6f325835f1135deff (patch) | |
tree | 1719b7d8019c44aa55d51432d708ce8c9ca325d3 /launch.py | |
parent | bc3e183b739913e7be91213a256f038b10eb71e9 (diff) | |
parent | 5da1ba0e91a81804dc911d34c9a2e6956a23199c (diff) | |
download | stable-diffusion-webui-gfx803-f0ab972f85b4a185e7ff74b6f325835f1135deff.tar.gz stable-diffusion-webui-gfx803-f0ab972f85b4a185e7ff74b6f325835f1135deff.tar.bz2 stable-diffusion-webui-gfx803-f0ab972f85b4a185e7ff74b6f325835f1135deff.zip |
Merge branch 'master' into textual__inversion
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ def prepare_enviroment(): if not is_installed("xformers") and xformers and platform.python_version().startswith("3.10"):
if platform.system() == "Windows":
- run_pip("install https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/a/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl", "xformers")
+ run_pip("install https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/c/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl", "xformers")
elif platform.system() == "Linux":
run_pip("install xformers", "xformers")
|