What problem does it solve?
It removes the friction of installing, authenticating, and operating RunComfy model endpoints by giving you a single command-line workflow for submitting requests, polling status, and downloading outputs.
Core Features & Use Cases
- One-binary model execution: Run text-to-image, image-to-video, edits, lip-sync, face swap, upscaling, and more through a consistent interface.
- Auth + request lifecycle: Install the verified CLI, sign in once, then submit jobs with input JSON, poll for completion, and download results.
- Operational reliability patterns: Supports streaming-friendly JSON output, no-wait submission with later status checks, and documented retryable exit codes for resilience.
Quick Start
Run a text-to-image request by telling the agent: runcomfy run openai/gpt-image-2/text-to-image --input '{"prompt":"a small purple cat at sunset, photorealistic"}'.