Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@runcomfy/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@runcomfy/cli
Command-line tool for RunComfy — run AI media models, manage requests, download outputs.
Install
# One-shot, no install
npx -y @runcomfy/cli login
# Or globally
npm i -g @runcomfy/cliA native binary (Rust) is downloaded from GitHub Releases during postinstall and verified via SHA-256.
To skip the download (when vendoring or using a pre-installed binary), set RUNCOMFY_SKIP_POSTINSTALL=1 before installing.
Quick start
runcomfy login
runcomfy run blackforestlabs/flux-2-klein/9b/text-to-image \
--input '{"prompt": "ukiyo-e mountain"}'Docs
Full documentation: https://docs.runcomfy.com/cli/introduction
Supported platforms
| OS | Arch |
|---|---|
| macOS | arm64 |
| macOS | x64 |
| Linux | x64 |
| Linux | arm64 |
License
MIT