mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 13:02:35 +08:00
6 lines
122 B
Batchfile
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
|