Loading...
Loading...
Extend or continue an existing video clip on RunComfy via the `runcomfy` CLI. Routes to Google Veo 3-1's `extend-video` and `fast/extend-video` endpoints — pick the source video plus a prompt describing what should happen next, and the model produces a clip that continues the original with consistent motion, lighting, and subject identity. Use when the user has a short Veo clip and wants it longer, or wants a chained narrative built shot-by-shot from a single seed clip. Triggers on "extend video", "continue video", "longer video", "video extend", "make this clip longer", "Veo extend", "chain video shots", "video continuation", or any explicit ask to take an existing video and add more frames after it.
npx skill4agent add agentspace-so/runcomfy-agent-skills video-extendextend-videoruncomfy run# 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=<token>
# 3. Extend
runcomfy run google-deepmind/veo-3-1/extend-video \
--input '{"video_url": "https://...", "prompt": "..."}' \
--output-dir ./outruncomfy-cligoogle-deepmind/veo-3-1/extend-videoContinues an existing Veo clip with consistent motion, lighting, identity, and physics. Pick for: hero-quality extends, final-delivery cuts, chained narrative shots that need to look like one continuous take. Avoid for: cost-sensitive iteration — drop to Veo 3-1 Fast Extend.
google-deepmind/veo-3-1/fast/extend-videoFaster Veo 3-1 extend at lower per-call cost. Pick for: iteration on extend compositions, multi-shot drafts. Avoid for: final delivery — use full Veo 3-1 Extend.
google-deepmind/veo-3-1/extend-video/fast/extend-videoveo-3runcomfy run google-deepmind/veo-3-1/extend-video \
--input '{
"video_url": "https://your-cdn.example/source-clip.mp4",
"prompt": "The camera continues pushing in slowly. The character looks down at the object, then turns toward the window. Soft daylight, no other motion in the background."
}' \
--output-dir ./outextend-videoextend-videoimage-to-videoai-video-generationvideo-editai-avatar-videoextend-videoextend-videoimage-to-video| code | meaning |
|---|---|
| 0 | success |
| 64 | bad CLI args |
| 65 | bad input JSON / schema mismatch |
| 69 | upstream 5xx |
| 75 | retryable: timeout / 429 |
| 77 | not signed in or token rejected |
runcomfy run--output-dirCtrl-Cnpm i -g @runcomfy/clinpx -y @runcomfy/cliruncomfy login~/.config/runcomfy/token.jsonRUNCOMFY_TOKENvideo_url--inputvideo_urlmodel-api.runcomfy.net*.runcomfy.net*.runcomfy.comallowed-tools: Bash(runcomfy *)runcomfy <subcommand>runcomfy-cliai-video-generationimage-to-videovideo-editai-avatar-video