What problem does it solve? Running generative AI workflows in ComfyUI requires manual setup, model management, and workflow execution through a web UI, which blocks automation and headless operation for agents and scripts. ## Core Features & Use Cases - Automated Setup & Health Checks: Hardware detection, one-command ComfyUI installation via comfy-cli, and verification of server, models, and custom nodes. - Workflow Execution: Inject parameters into API-format workflow JSON, submit jobs locally or to Comfy Cloud, monitor progress over WebSocket, and download outputs safely. - Dependency Management: Detect missing custom nodes, models, and embeddings in a workflow and auto-install them with concrete remediation commands. - Use Case: A user asks to generate eight Flux image variations with random seeds; the skill checks dependencies, submits a batch job with parallelism, and returns the output file paths as JSON. ## Quick Start Use the comfyui skill to generate an image of a sunset over mountains with the SDXL text-to-image workflow and save the outputs to a local folder.