mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 14:02:37 +08:00
7 lines
179 B
Batchfile
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% |