From 7b0f402b668644164506ac92984a418e92223d3f Mon Sep 17 00:00:00 2001 From: safentisFox Date: Sun, 18 Sep 2022 16:55:57 +0300 Subject: Fix bad bad torch command variable --- webui-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui-user.sh') 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="" -- cgit v1.2.3