ComfyUI Integration
Control a local ComfyUI instance at http://127.0.0.1:8188 to generate images, videos, and audio.
CLI Script
All API operations go through the CLI script. Find it at scripts/comfyui_api.py within this skill's directory. All output is JSON.
SCRIPT="<this_skill_directory>/scripts/comfyui_api.py"
# Lifecycle — start/stop ComfyUI from the skill
python $SCRIPT start # launch ComfyUI, wait until API ready
python $SCRIPT start --exe "C:\path\
[Description truncada. Veja o README completo no GitHub.]