What problem does it solve?
This Skill removes the friction of installing, configuring, and repeatedly running ComfyUI workflows by providing a guided, parameter-driven execution flow with automated dependency and environment checks.
Core Features & Use Cases
- ComfyUI lifecycle management: Installs and launches ComfyUI using the official comfy-cli, then verifies the server is reachable.
- Workflow execution with parameter injection: Runs ComfyUI API-format workflows with safe schema-driven updates (including seed randomization and img2img/inpaint support via uploads).
- Dependency verification & auto-fixing: Checks missing custom nodes, models, and embeddings against a running server (local or Comfy Cloud) and provides install commands or remediation hints.
- Real-time monitoring & diagnostics: Uses WebSocket (when available) for progress visibility and fetches execution errors by prompt_id.
Quick Start
Ask the AI to run an SDXL text-to-image workflow for you on ComfyUI with parameters you specify, for example: "Generate an SDXL image of a cyberpunk city at night using the sdxl_txt2img.json template and save the result to ./outputs."