From a980984076f2248852292569fb86ace23b3e6376 Mon Sep 17 00:00:00 2001 From: patientx Date: Tue, 2 Sep 2025 18:17:02 +0300 Subject: [PATCH] Update install-legacy.bat --- install-legacy.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-legacy.bat b/install-legacy.bat index de39daf40..227143e82 100644 --- a/install-legacy.bat +++ b/install-legacy.bat @@ -39,6 +39,8 @@ pip install numpy==1.26.4 --quiet echo. echo :: %time:~0,8% :: Custom node(s) installation ... echo. +echo :: %time:~0,8% :: - Installing CFZ Nodes (description in readme on github) +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 @@ -114,3 +116,4 @@ echo. .\zluda\zluda.exe -- python main.py --auto-launch --use-quad-cross-attention +