What problem does it solve?
This Skill removes the friction of setting up ComfyUI and repeatedly running complex image/video generation workflows by providing automated lifecycle management, dependency checking, and parameterized execution.
Core Features & Use Cases
- Guided installation and environment detection: Runs a hardware check first to recommend local vs Comfy Cloud, then installs comfy-cli and ComfyUI with the right GPU flags.
- Workflow-ready execution with parameter injection: Executes API-format ComfyUI workflows while injecting user parameters (prompt text, seed, steps, dimensions, denoise, etc.) and optionally uploading input images/masks.
- Dependency validation and fix suggestions: Checks required nodes, models, and embeddings against a running server (local or cloud), and suggests exact comfy-cli install commands or safe git-based installation hints.
- Operational monitoring and output retrieval: Supports WebSocket progress monitoring, polls job status when needed, and downloads outputs with path-traversal-safe handling.
Quick Start
Run comfyui_generate for a SDXL text-to-image workflow by telling the system: generate an SDXL image from the prompt "a cinematic photograph of a mountain lake at sunrise" and save the result to outputs using the example workflow.