ComfyUI/User_launch.bat
2023-09-19 19:44:00 +01:00

7 lines
179 B
Batchfile

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