What problem does it solve? Running generative AI workflows (Stable Diffusion, Flux, SDXL, AnimateDiff, Wan video) requires installing ComfyUI, managing models and custom nodes, and driving its REST/WebSocket API — a multi-step process with many failure points. This Skill automates setup, dependency checking, parameter injection, execution, and output download for both local and Comfy Cloud servers. ## Core Features & Use Cases - Automated Setup & Health Checks: Hardware probing (GPU/VRAM), comfy-cli installation, server launch, and a one-line health check that verifies CLI, server, models, and a smoke test. - Workflow Execution: Inject prompts, seeds, and parameters into API-format workflow JSON, submit jobs, monitor progress over WebSocket, and download outputs — locally or on Comfy Cloud with automatic endpoint routing. - Dependency Management: Detect missing custom nodes, models, and embeddings in a workflow, then auto-install them via comfy-cli with concrete fix commands. - Use Case: A user asks to generate 8 variations of an image with random seeds; the Skill checks dependencies, runs a batch sweep with run_batch.py, and returns the output file paths as structured JSON. ## Quick Start Ask the AI to set up ComfyUI and generate an image from a text prompt using the SDXL example workflow.