mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 21:12:30 +08:00
6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
echo Starting ComfyUI...
|
|
.venv\Scripts\python.exe main.py --auto-launch
|
|
pause
|