From 7a8103aa4bdb444b91ce867a1e81836e4984ea82 Mon Sep 17 00:00:00 2001 From: patientx Date: Sat, 11 Jan 2025 00:30:55 +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 1eb095faf..4cb4a8f31 100644 --- a/install.bat +++ b/install.bat @@ -44,7 +44,7 @@ echo :: %time:~0,8% :: - Installing ComfyUI-deepcache 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) +echo :: %time:~0,8% :: - Patching ZLUDA (Zluda 3.8.5 for HIP SDK 5.7.1) curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.2930436a356baabafad9e66d49a5929ad2fc3eb9/ZLUDA-windows-rocm5-amd64.zip > zluda.zip tar -xf zluda.zip del zluda.zip