From 7232cf9920e72ca1adc394321bf06e774419ac9f Mon Sep 17 00:00:00 2001 From: patientx Date: Tue, 2 Sep 2025 18:15:22 +0300 Subject: [PATCH] Update install-n.bat --- install-n.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install-n.bat b/install-n.bat index 4ce1718a8..9c03986e9 100644 --- a/install-n.bat +++ b/install-n.bat @@ -84,9 +84,7 @@ echo. echo :: %time:~0,8% :: Custom node(s) installation ... echo. echo :: %time:~0,8% :: - Installing CFZ Nodes (description in readme on github) -copy cfz\cfz_patcher.py custom_nodes\cfz_patcher.py /y >NUL -copy cfz\cfz_cudnn.toggle.py custom_nodes\cfz_cudnn.toggle.py /y >NUL -copy cfz\cfz_vae_loader.py custom_nodes\cfz_vae_loader.py /y >NUL +xcopy /E /I /Y "cfz\nodes" "custom_nodes" >NUL echo :: %time:~0,8% :: - Installing Comfyui Manager cd custom_nodes git clone https://github.com/ltdrdata/ComfyUI-Manager.git --quiet @@ -163,3 +161,4 @@ set MIOPEN_LOG_LEVEL=3 +