What problem does it solve? Running generative AI workflows in ComfyUI requires juggling installation, GPU compatibility, custom nodes, model downloads, and a low-level REST/WebSocket API. This Skill automates the full lifecycle — hardware checks, setup, dependency resolution, parameter injection, execution, and output download — for both local servers and Comfy Cloud. ## Core Features & Use Cases - Automated Setup & Health Checks: Probe GPU/VRAM, install ComfyUI via the official comfy-cli, launch the server, and verify readiness with a single health check script. - Workflow Execution with Parameter Injection: Inspect any API-format workflow to discover controllable parameters (prompt, seed, steps, dimensions), then run it with custom values, batch sweeps, and random seeds. - Dependency Management: Detect missing custom nodes, models, and embeddings in a workflow and auto-install them via comfy-cli. - Use Case: A user asks to generate 8 variations of an SDXL image with random seeds. The Skill checks the server, validates the workflow's dependencies, submits the batch with parallel execution, monitors progress over WebSocket, and downloads the resulting PNGs. ## Quick Start Ask the AI to generate an image with a prompt like "a sunset over mountains" using the ComfyUI skill, and it will check the server, pick a workflow, and run it for you.