From d5d5ccec1378c592b3588ea6061005d32fcbf03a Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 22 Aug 2025 15:49:27 +0300 Subject: [PATCH] Update install-n.bat --- install-n.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-n.bat b/install-n.bat index 16bf851c7..a24a26c6f 100644 --- a/install-n.bat +++ b/install-n.bat @@ -117,7 +117,8 @@ copy zluda\cublas.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cublas64_11.dll copy zluda\cusparse.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cusparse64_11.dll /y >NUL copy %VIRTUAL_ENV%\Lib\site-packages\torch\lib\nvrtc64_112_0.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\nvrtc_cuda.dll /y >NUL copy zluda\nvrtc.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\nvrtc64_112_0.dll /y >NUL -copy zluda\cudnn.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cudnn64_9.dll /y >NUL +:: removed cudnn dll patching , check the results +:: copy zluda\cudnn.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cudnn64_9.dll /y >NUL copy zluda\cufft.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufft64_10.dll /y >NUL 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 @@ -144,3 +145,4 @@ set MIOPEN_LOG_LEVEL=3 +