mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 04:10:15 +08:00
Update comfyui-n.bat
** Stylized git pull output
This commit is contained in:
parent
7ef7b0a1b5
commit
4b607e54fd
@ -19,10 +19,13 @@ set "COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.
|
|||||||
|
|
||||||
set "ZLUDA_COMGR_LOG_LEVEL=1"
|
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
|
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
|
copy comfy\customzluda\zluda.py comfy\zluda.py /y >NUL
|
||||||
|
|
||||||
rem Check for zluda.exe and nccl.dll inside the zluda folder
|
rem Check for zluda.exe and nccl.dll inside the zluda folder
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user