diff options
author | C43H66N12O12S2 <36072735+C43H66N12O12S2@users.noreply.github.com> | 2022-10-10 14:44:58 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-10 16:54:07 +0000 |
commit | b8c38f2bbfa28904f67f0c4f9cabab4d85ebced2 (patch) | |
tree | c3d2dfa89f7ec064a8d53145226a193f838aabcc /launch.py | |
parent | 9d33baba587637815d818e5e641d8f8b74c4900d (diff) | |
download | stable-diffusion-webui-gfx803-b8c38f2bbfa28904f67f0c4f9cabab4d85ebced2.tar.gz stable-diffusion-webui-gfx803-b8c38f2bbfa28904f67f0c4f9cabab4d85ebced2.tar.bz2 stable-diffusion-webui-gfx803-b8c38f2bbfa28904f67f0c4f9cabab4d85ebced2.zip |
change prebuilt wheel
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")
|