From abd06334bf63c0a843ee0d90da7f8ce5fb83f974 Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 22 Aug 2025 18:35:31 +0300 Subject: [PATCH] Update install-n.bat --- install-n.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/install-n.bat b/install-n.bat index a24a26c6f..de1f854bb 100644 --- a/install-n.bat +++ b/install-n.bat @@ -7,9 +7,9 @@ setlocal EnableDelayedExpansion set "startTime=%time: =0%" cls -echo --------------------------------------------------------------- -Echo * COMFYUI-ZLUDA INSTALL (for HIP 6.2.4 with MIOPEN and Triton)* -echo --------------------------------------------------------------- +echo ----------------------------------------------------------------------- +Echo * COMFYUI-ZLUDA INSTALL (for HIP 6.2.4 / 6.4.2 with MIOPEN and Triton)* +echo ----------------------------------------------------------------------- echo. echo :: %time:~0,8% :: - Setting up the virtual enviroment Set "VIRTUAL_ENV=venv" @@ -123,7 +123,7 @@ copy zluda\cufft.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufft64_10.dll /y copy zluda\cufftw.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufftw64_10.dll /y >NUL copy comfy\customzluda\zluda.py comfy\zluda.py /y >NUL -echo :: %time:~0,8% :: - ZLUDA 3.9.5 nightly patched for HIP SDK 6.2.4 with miopen and triton-flash attention. +echo :: %time:~0,8% :: - ZLUDA 3.9.5 nightly patched for HIP SDK 6.2.4 / 6.4.2 with miopen and triton-flash attention. echo. set "endTime=%time: =0%" set "end=!endTime:%time:~8,1%=%%100)*100+1!" & set "start=!startTime:%time:~8,1%=%%100)*100+1!" @@ -146,3 +146,4 @@ set MIOPEN_LOG_LEVEL=3 +