From 3d4e5bdb52af9d488901c677229cac0c24615d6e Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 24 Apr 2025 14:53:48 +0300 Subject: [PATCH] Update install-for-older-amd.bat --- install-for-older-amd.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-for-older-amd.bat b/install-for-older-amd.bat index 5477456a4..b65b3aba8 100644 --- a/install-for-older-amd.bat +++ b/install-for-older-amd.bat @@ -46,8 +46,8 @@ git clone https://github.com/styler00dollar/ComfyUI-deepcache.git --quiet cd .. echo. echo :: %time:~0,8% :: - Patching ZLUDA (Zluda 3.8.4 for HIP SDK 5.7.1) -curl -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip -tar -xf zluda.zip +%SystemRoot%\system32\curl.exe -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip +%SystemRoot%\system32\tar.exe -xf zluda.zip del zluda.zip copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y >NUL copy zluda\cusparse.dll venv\Lib\site-packages\torch\lib\cusparse64_11.dll /y >NUL