Video Outpainting Extend a video's spatial canvas — uncrop vertically or horizontally, change aspect ratio while preserving the central action. This skill routes spatial extension through Wan 2-7 edit-video for prompt-shaped canvas changes, and points the agent at dedicated ComfyUI outpaint workflows when hero-grade seam quality matters. runcomfy.com · Wan 2-7 edit-video · 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. Spatially extend a video (closest CLI-reachable approach)
runcomfy run wan-ai/wan-2-7/edit-video \ --input '{"video_url": "...", "prompt": "...extend canvas..."}' \ --output-dir ./out Show more