mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 13:02:35 +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