What problem does it solve?
This Skill removes the friction of installing, configuring, and repeatedly running ComfyUI image/video workflows by turning them into reliable, parameterized executions with automatic dependency checks.
Core Features & Use Cases
- Lifecycle management: installs, launches, verifies, and health-checks ComfyUI using the official comfy-cli (local or Comfy Cloud flow).
- Workflow execution with parameter injection: runs API-format workflow JSON by injecting user-specified values (including seeds, prompts, dimensions, and img2img/inpaint inputs).
- Dependency discovery and remediation: inspects a workflow to detect missing custom nodes, models, and embeddings, then suggests concrete comfy-cli/Manager actions.
- Real-time monitoring and reliable output download: supports WebSocket progress monitoring and streams result files to a safe output directory.
Quick Start
Generate an SDXL image by asking the AI: "Run the SDXL text-to-image workflow from workflows/sdxl_txt2img.json with prompt 'majestic eagle in flight', seed 12345, and steps 35, saving outputs to ./outputs."