Create User_launch.bat

This commit is contained in:
Emser 2023-07-27 07:53:01 +01:00
parent e81730f628
commit b9e929dd33

7
User_launch.bat Normal file
View File

@ -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%