What problem does it solve? Setting up ComfyUI and running diffusion workflows programmatically requires juggling hardware checks, comfy-cli lifecycle commands, API-format workflow JSON, dependency resolution, and output downloads, which is error-prone when done manually. ## Core Features & Use Cases - Guided Setup: Hardware probing (GPU/VRAM/disk) routes users to local install via comfy-cli or Comfy Cloud, with automated install, launch, and health verification. - Workflow Execution: Inject parameters into API-format workflow JSON, submit jobs, monitor progress over WebSocket, and download outputs locally or from Comfy Cloud. - Dependency Management: Extract controllable parameters from a workflow, check required custom nodes and models against a running server, and auto-install missing pieces. - Use Case: A user asks for eight variations of an SDXL image with random seeds; the skill checks dependencies, runs the batch in parallel, and returns the generated files. ## Quick Start Use the comfyui skill to generate an image of a sunset over mountains with the SDXL text-to-image workflow.