aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-10 04:26:31 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-10 04:26:42 +0000
commitf5ea1e9d928e0d45b3ebcd8ddd1cacbc6a96e184 (patch)
treec25b44e21a9f4023b9f0688c43bf17161e2b5cf1 /launch.py
parentd50b95b5a32b917ded123891dce3c8a018fca064 (diff)
downloadstable-diffusion-webui-gfx803-f5ea1e9d928e0d45b3ebcd8ddd1cacbc6a96e184.tar.gz
stable-diffusion-webui-gfx803-f5ea1e9d928e0d45b3ebcd8ddd1cacbc6a96e184.tar.bz2
stable-diffusion-webui-gfx803-f5ea1e9d928e0d45b3ebcd8ddd1cacbc6a96e184.zip
bump torch version
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index 2a33adc8..cfc0cffa 100644
--- a/launch.py
+++ b/launch.py
@@ -237,7 +237,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 --extra-index-url https://download.pytorch.org/whl/cu118")
+ torch_command = os.environ.get('TORCH_COMMAND', "pip install torch==2.0.1 torchvision==0.15.2 --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')