aboutsummaryrefslogtreecommitdiff
path: root/webui-user.sh
diff options
context:
space:
mode:
authorsafentisFox <safentis@csd.auth.gr>2022-09-18 16:55:57 +0300
committersafentisFox <safentis@csd.auth.gr>2022-09-18 16:55:57 +0300
commit7b0f402b668644164506ac92984a418e92223d3f (patch)
tree3d69fc60326bddc2cd288ae9b2cddebe78b94c38 /webui-user.sh
parente78c368eb3931ec51000d3653ec0a9538e4cadf1 (diff)
Fix bad bad torch command variable
Diffstat (limited to 'webui-user.sh')
-rw-r--r--webui-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh
index 8c29ffe1..20f05b69 100644
--- a/webui-user.sh
+++ b/webui-user.sh
@@ -22,7 +22,7 @@ python_cmd="python3"
venv_dir="venv"
# install command for torch
-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"
# Requirements file to use for stable-diffusion-webui
#export REQS_FILE=""