diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-02 22:01:58 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-02 22:01:58 +0000 |
commit | 0dca0db7ebeeb2e250bf0c443f1f5521846050a4 (patch) | |
tree | c305ede3ca6118261dc314e10115a0212edce674 /webui.bat | |
parent | 4cafad66d202433bc358d9c4b8291d593b6e4df8 (diff) | |
download | stable-diffusion-webui-gfx803-0dca0db7ebeeb2e250bf0c443f1f5521846050a4.tar.gz stable-diffusion-webui-gfx803-0dca0db7ebeeb2e250bf0c443f1f5521846050a4.tar.bz2 stable-diffusion-webui-gfx803-0dca0db7ebeeb2e250bf0c443f1f5521846050a4.zip |
Update to support embedding with length greater than 1.
Diffstat (limited to 'webui.bat')
-rw-r--r-- | webui.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ set VENV_DIR=venv mkdir tmp 2>NUL
-set TORCH_COMMAND=pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
+set TORCH_COMMAND=pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
set REQS_FILE=requirements_versions.txt
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt
|