diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 20:02:23 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-01 09:47:52 +0000 |
commit | 94754c60c5e4b63e0a656efcdd886ee5c34c24f2 (patch) | |
tree | 410320f9deee996a1940c181925f9fedd07173b8 /launch.py | |
parent | a7aa046016616aa68c6c53c9a8790d3168bdfb70 (diff) | |
download | stable-diffusion-webui-gfx803-94754c60c5e4b63e0a656efcdd886ee5c34c24f2.tar.gz stable-diffusion-webui-gfx803-94754c60c5e4b63e0a656efcdd886ee5c34c24f2.tar.bz2 stable-diffusion-webui-gfx803-94754c60c5e4b63e0a656efcdd886ee5c34c24f2.zip |
attempt to fix broken github CI
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ def run_extensions_installers(settings_file): def prepare_environment():
- torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==2.0.0 torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118")
+ torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==2.0.0 torchvision==0.15.1 --extra-index-url https://download.pytorch.org/whl/cu118")
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.17')
|