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