From 1875bccab84e58cfef4ef314712e8ae76934893f Mon Sep 17 00:00:00 2001 From: JSTayco Date: Sat, 1 Apr 2023 18:51:24 -0700 Subject: [PATCH] Typo fix preventing Linux pip install --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3dfa0e4..4705fcf 100755 --- a/setup.sh +++ b/setup.sh @@ -232,7 +232,7 @@ install_python_dependencies() { "linux-gnu"*) pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 \ --extra-index-url https://download.pytorch.org/whl/cu116 >&3 && pip install -U -I --no-deps \ - https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/downloadlinux/xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl >&3 ;; + https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/linux/xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl >&3 ;; "darwin"*) pip install torch==2.0.0 torchvision==0.15.1 \ -f https://download.pytorch.org/whl/cpu/torch_stable.html >&3 ;; "cygwin")