mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Update comfyui.bat
This commit is contained in:
parent
b9d7cfc9af
commit
9c9655362c
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
set PYTHON=%~dp0/venv/Scripts/python.exe
|
||||
set PYTHON="%~dp0/venv/Scripts/python.exe"
|
||||
set GIT=
|
||||
set VENV_DIR=./venv
|
||||
set COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention
|
||||
@ -11,3 +11,4 @@ echo *** Checking and updating to new version if possible
|
||||
git pull
|
||||
echo.
|
||||
.\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS%
|
||||
pause
|
||||
|
||||
Loading…
Reference in New Issue
Block a user