From b9e929dd3305829706d07bd150d855e6f15cddb0 Mon Sep 17 00:00:00 2001 From: Emser Date: Thu, 27 Jul 2023 07:53:01 +0100 Subject: [PATCH] Create User_launch.bat --- User_launch.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 User_launch.bat diff --git a/User_launch.bat b/User_launch.bat new file mode 100644 index 000000000..90a4d2695 --- /dev/null +++ b/User_launch.bat @@ -0,0 +1,7 @@ +@echo off + +rem Set the path to the ComfyUI main.py script. +set SCRIPT_PATH=C:\Users\culle\Documents\ComfyUI\ComfyUI-master\main.py + +rem Run the Python script. +python %SCRIPT_PATH% \ No newline at end of file