launch bat within python virtual env

This commit is contained in:
AnthonyAWS 2026-02-18 16:50:18 +11:00
parent 6c14f129af
commit c2c488f5fc

5
launch.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
cd /d "%~dp0"
echo Starting ComfyUI...
.venv\Scripts\python.exe main.py --auto-launch
pause