diff options
author | JC-Array <44535867+JC-Array@users.noreply.github.com> | 2022-10-10 23:11:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 23:11:02 +0000 |
commit | d66bc86159d415005f0745fdb5724bcd95576352 (patch) | |
tree | 2544c33a8f443f226c9cf4bea7df7e3a30369812 /launch.py | |
parent | 76ef3d75f61253516c024553335d9083d9660a8a (diff) | |
parent | 47f5e216da2af4b1faf232a620572f8b357855d5 (diff) | |
download | stable-diffusion-webui-gfx803-d66bc86159d415005f0745fdb5724bcd95576352.tar.gz stable-diffusion-webui-gfx803-d66bc86159d415005f0745fdb5724bcd95576352.tar.bz2 stable-diffusion-webui-gfx803-d66bc86159d415005f0745fdb5724bcd95576352.zip |
Merge pull request #2 from JC-Array/master
resolve merge conflicts
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")
|