What problem does it solve? Setting up and running ComfyUI diffusion workflows requires juggling hardware checks, model downloads, custom node installs, and low-level REST/WebSocket API calls, which is error-prone when done manually. ## Core Features & Use Cases - Guided Setup: Hardware probing decides between local install and Comfy Cloud, then comfy-cli automates installation, launch, and verification. - Workflow Execution: Inject prompts, seeds, and parameters into API-format workflow JSON, submit jobs, monitor progress over WebSocket, and download outputs. - Dependency Management: Detect missing custom nodes, models, and embeddings in a workflow and auto-install them via comfy-cli. - Use Case: Ask to generate eight variations of an SDXL image with random seeds; the skill checks dependencies, runs the batch in parallel, and returns the output file paths. ## Quick Start Use the comfyui skill to generate an image of a sunset over mountains with the SDXL text-to-image workflow.