Update comfyui-n.bat

** Stylized git pull output
This commit is contained in:
Rando717 2025-09-13 15:33:52 +02:00 committed by GitHub
parent 7ef7b0a1b5
commit 4b607e54fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,10 +19,13 @@ set "COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.
set "ZLUDA_COMGR_LOG_LEVEL=1"
echo ** Checking and updating to new version if possible
echo ** Checking and updating to a new version if possible...
copy comfy\customzluda\zluda-default.py comfy\zluda.py /y >NUL
git pull
setlocal EnableDelayedExpansion
for /f "delims=" %%A in ('git pull 2^>^&1') do (
echo ** %%A
)
endlocal
copy comfy\customzluda\zluda.py comfy\zluda.py /y >NUL
rem Check for zluda.exe and nccl.dll inside the zluda folder