Image Outpainting Extend a still beyond its original canvas — uncrop, change aspect ratio, fill in what the camera didn't capture. This skill routes across the identity-preserving edit endpoints in the RunComfy catalog, picking the right one for prose-driven extension, reference-style matching, or brand-locked continuation. runcomfy.com · best-image-editing-models · CLI docs Powered by the RunComfy CLI
1. Install (see runcomfy-cli skill for details)
npm i -g @runcomfy/cli
or: npx -y @runcomfy/cli --version
2. Sign in
runcomfy login
or in CI: export RUNCOMFY_TOKEN=
3. Outpaint
runcomfy run google/nano-banana-2/edit \ --input '{"prompt": "...extend canvas...", "image_urls": ["..."]}' \ --output-dir ./out Show more