diff options
author | InvincibleDude <81354513+InvincibleDude@users.noreply.github.com> | 2023-02-05 15:02:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-05 15:02:44 +0000 |
commit | f4b78e73a424299a496801930e6d8868d8d03e61 (patch) | |
tree | 48884e8a2ba070d8640f79c1676ffff3e35f37e7 /launch.py | |
parent | 3ec2eb8bf12ae629c292ed0e96f199669040c5de (diff) | |
parent | ea9bd9fc7409109adcd61b897abc2c8881161256 (diff) | |
download | stable-diffusion-webui-gfx803-f4b78e73a424299a496801930e6d8868d8d03e61.tar.gz stable-diffusion-webui-gfx803-f4b78e73a424299a496801930e6d8868d8d03e61.tar.bz2 stable-diffusion-webui-gfx803-f4b78e73a424299a496801930e6d8868d8d03e61.zip |
Merge branch 'AUTOMATIC1111:master' into improved-hr-conflict-test
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ def prepare_environment(): if not is_installed("xformers"):
exit(0)
elif platform.system() == "Linux":
- run_pip("install xformers==0.0.16rc425", "xformers")
+ run_pip(f"install {xformers_package}", "xformers")
if not is_installed("pyngrok") and ngrok:
run_pip("install pyngrok", "ngrok")
|