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