mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-18 06:37:01 +08:00
14 lines
317 B
Batchfile
14 lines
317 B
Batchfile
@echo off
|
|
|
|
set PYTHON=%~dp0/venv/Scripts/python.exe
|
|
set GIT=
|
|
set VENV_DIR=./venv
|
|
set COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention
|
|
|
|
set ZLUDA_COMGR_LOG_LEVEL=1
|
|
|
|
echo *** Checking and updating to new version if possible
|
|
git pull
|
|
echo.
|
|
.\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS%
|