What problem does it solve? Setting up and running ComfyUI diffusion workflows requires juggling installation, GPU compatibility, model downloads, custom node dependencies, and a low-level REST/WebSocket API. This Skill automates the entire lifecycle from hardware detection through workflow execution and output retrieval. ## Core Features & Use Cases - Automated Setup & Health Checks: Detect GPU/VRAM, choose between local install and Comfy Cloud, install via comfy-cli, and verify with a smoke test. - Workflow Execution: Inject parameters into API-format workflow JSON, submit jobs, monitor progress over WebSocket, and download outputs safely. - Dependency Management: Extract controllable parameters from a workflow, check missing nodes/models/embeddings against a running server, and auto-install fixes. - Use Case: A user asks to generate 8 variations of an SDXL image with random seeds; the Skill checks dependencies, runs the batch in parallel, and returns the output file paths as structured JSON. ## Quick Start Ask the AI to generate an image of a sunset over mountains using the ComfyUI skill with the SDXL workflow.