ComfyUI/User_launch.bat
2023-09-20 03:11:56 +01:00

8 lines
179 B
Batchfile

@echo off
rem Set the path to the ComfyUI main.py script.
set SCRIPT_PATH=C:/Users/culle/Documents/ComfyUI2/ComfyUI/main.py
rem Run the Python script.
python %SCRIPT_PATH%
pause