diff --git a/StableDiffusionUI_Voldemort_paperspace.ipynb b/StableDiffusionUI_Voldemort_paperspace.ipynb index 7d52f17..2e458c6 100644 --- a/StableDiffusionUI_Voldemort_paperspace.ipynb +++ b/StableDiffusionUI_Voldemort_paperspace.ipynb @@ -279,7 +279,7 @@ " from subprocess import getoutput\n", " s = getoutput('nvidia-smi')\n", " if 'A4000' in s:\n", - " !pip install --force-reinstall https://github.com/Cyberes/xformers-compiled/releases/download/A4000-Oct-28-2022/paperspce-a4000-xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl\n", + " !cd /tmp && wget https://github.com/Cyberes/xformers-compiled/releases/download/A4000-Oct-28-2022/paperspce-a4000-xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl -O xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl && pip install --force-reinstall xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl\n", " elif 'P5000' in s:\n", " !pip install --force-reinstall https://raw.githubusercontent.com/Cyberes/xformers-compiled/main/P5000/xformers-0.0.14.dev0-cp39-cp39-linux_x86_64.whl\n", " elif 'RTX 5000' in s:\n",