ComfyUI/launch.bat
2026-04-11 09:08:19 +10:00

6 lines
122 B
Batchfile

@echo off
cd /d "%~dp0"
echo Starting ComfyUI...
.venv\Scripts\python.exe main.py --auto-launch --disable-api-nodes
pause