diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-18 14:54:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 14:54:55 +0000 |
commit | cf651a5e23ad11b961f5e72b4999cf8633bbdf68 (patch) | |
tree | ed8e4f5013566bbe347a711ef21623de285f1f81 /webui.sh | |
parent | 50c8d808c022c0b9e33f6ed9604fb0475b391934 (diff) | |
parent | 7b0f402b668644164506ac92984a418e92223d3f (diff) | |
download | stable-diffusion-webui-gfx803-cf651a5e23ad11b961f5e72b4999cf8633bbdf68.tar.gz stable-diffusion-webui-gfx803-cf651a5e23ad11b961f5e72b4999cf8633bbdf68.tar.bz2 stable-diffusion-webui-gfx803-cf651a5e23ad11b961f5e72b4999cf8633bbdf68.zip |
Merge pull request #658 from SafentisFox/fixLinuxLaunch
Fix webui.sh not working
Diffstat (limited to 'webui.sh')
-rw-r--r-- | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ fi # install command for torch if [[ -z "${TORCH_COMMAND}" ]] then - export TORCH_COMMAND="python3 -m pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113" + export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113" fi # Do not reinstall existing pip packages on Debian/Ubuntu |