What problem does it solve?
This Skill helps you reliably generate high-quality images, video, audio, and related generative outputs with ComfyUI by handling installation, workflow execution, parameter injection, and output downloads across both local ComfyUI and Comfy Cloud.
Core Features & Use Cases
- Environment-aware setup and lifecycle: Uses the official comfy-cli to install ComfyUI, launch the server, manage nodes and models, and run verification checks.
- Workflow execution with parameter injection: Runs API-format ComfyUI workflows, injects user parameters (prompt, seed, steps, CFG/denoise, dimensions, model names), optionally uploads input images for img2img/inpaint, and supports batch/sweeps.
- Operational tooling and guardrails: Validates dependencies (nodes/models/embeddings), monitors progress via WebSocket or polling, streams large outputs without buffering, and downloads files with path-traversal protection.
Quick Start
Tell the Skill to generate an image by instructing it to run an API-format workflow at your running ComfyUI server: "Generate a Flux Dev text-to-image using workflows/flux_dev_txt2img.json with prompt 'a serene mountain landscape at golden hour' and steps 20, saving results to ./outputs."