@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