From d0118796c938ecad40134d22224a818245ae4040 Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 7 Feb 2025 12:49:41 +0300 Subject: [PATCH] Update install.bat --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index e8a3018ad..a351f5674 100644 --- a/install.bat +++ b/install.bat @@ -45,7 +45,7 @@ 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 -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip +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 del zluda.zip copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y >NUL