From 7ef7b0a1b5269df7a96f8eb44aa2fede8435b8f4 Mon Sep 17 00:00:00 2001 From: Rando717 Date: Sat, 13 Sep 2025 15:29:32 +0200 Subject: [PATCH] Update comfyui.bat ** Stylized git pull output --- comfyui.bat | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/comfyui.bat b/comfyui.bat index dc61322b6..07676afce 100644 --- a/comfyui.bat +++ b/comfyui.bat @@ -8,10 +8,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-default.py comfy\zluda.py /y >NUL rem Check for zluda.exe and nccl.dll inside the zluda folder