mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 13:50:15 +08:00
Update comfyui-n.bat
This commit is contained in:
parent
273d40dc03
commit
811ee8a185
@ -10,12 +10,16 @@ set PYTHON="%~dp0/venv/Scripts/python.exe"
|
|||||||
set GIT=
|
set GIT=
|
||||||
set VENV_DIR=./venv
|
set VENV_DIR=./venv
|
||||||
|
|
||||||
set COMMANDLINE_ARGS=--auto-launch --use-pytorch-cross-attention --reserve-vram 0.9
|
set COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention --reserve-vram 0.9
|
||||||
|
|
||||||
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 new version if possible
|
||||||
|
|
||||||
|
copy comfy\customzluda\zluda-default.py comfy\zluda.py /y >NUL
|
||||||
git pull
|
git pull
|
||||||
|
copy comfy\customzluda\zluda.py comfy\zluda.py /y >NUL
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
.\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS%
|
.\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS%
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user