What problem does it solve? Running ComfyUI workflows programmatically requires juggling installation, model management, API-format workflow JSON, parameter injection, and output retrieval across local and cloud servers, which is tedious to do by hand. ## Core Features & Use Cases - Lifecycle Management: Install, launch, and verify ComfyUI locally using the official comfy-cli, with hardware checks that route underpowered machines to Comfy Cloud. - Workflow Execution: Inject parameters (prompt, seed, steps, dimensions) into API-format workflow JSON, submit jobs, monitor progress over WebSocket, and download outputs safely. - Dependency Resolution: Detect missing custom nodes, models, and embeddings in a workflow and auto-install them via comfy-cli. - Use Case: Ask the agent to generate eight variations of an SDXL image with random seeds; it checks dependencies, runs the batch in parallel, and returns the output file paths. ## Quick Start Ask the agent to generate an image of a sunset over mountains using the SDXL text-to-image workflow and save the result to an outputs folder.