mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-17 22:12:30 +08:00
launch bat within python virtual env
This commit is contained in:
parent
6c14f129af
commit
c2c488f5fc
5
launch.bat
Normal file
5
launch.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@echo off
|
||||||
|
cd /d "%~dp0"
|
||||||
|
echo Starting ComfyUI...
|
||||||
|
.venv\Scripts\python.exe main.py --auto-launch
|
||||||
|
pause
|
||||||
Loading…
Reference in New Issue
Block a user