From c2c488f5fc7af59258ab469854dee663f2d0678d Mon Sep 17 00:00:00 2001 From: AnthonyAWS Date: Wed, 18 Feb 2026 16:50:18 +1100 Subject: [PATCH] launch bat within python virtual env --- launch.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 launch.bat diff --git a/launch.bat b/launch.bat new file mode 100644 index 000000000..6bd9f6b5f --- /dev/null +++ b/launch.bat @@ -0,0 +1,5 @@ +@echo off +cd /d "%~dp0" +echo Starting ComfyUI... +.venv\Scripts\python.exe main.py --auto-launch +pause