EvoLink Seedance 2.5 Video Extend (Official)
Keep the clip going past its last frame
- image1
- image2
- video
- task_id
- status_info
- result_urls
- response_json
Every video has a moment where it ends too early. EvoLink Seedance 2.5 Video Extend (Official) is ByteDance's answer to that: take an existing clip and keep it going - forward into what happens next, or backward into what led up to it - by 4 to 30 seconds of new footage that has to match. It's the sibling of the pack's video-edit node, and together they're the two halves of "don't regenerate, just fix it."
What it is
- prompt (required) - the extension instruction. The tooltip's own example uses a
@video1reference syntax: "Extend @video1 backward, 人物走出画面." That's the pattern - name the clip, say which way to extend it, describe the new action. - video_urls - the clip(s) to extend, one URL per line, up to 10 (each 2–30 seconds). Marked required. As with the edit node, you can paste an upstream node's
result_urlshere directly - the generate-then-extend chain is the whole point. - duration - the length of the extension, 4–30 seconds, default 5, billed by duration.
- quality - 480p / 720p / 1080p.
- generate_audio - on by default, free.
- audio_urls - optional reference audio, up to 10 entries.
- image1–image2 - optional image references (up to 30 with the URL box).
Outputs: video, task_id, status_info, result_urls (24-hour expiry), response_json. Save Video node on video or the extension evaporates into your credits history.
Install and key
The shared EvoLink install. ComfyUI Manager → search EvoLink → install → full restart (close the console window, not just refresh the tab). Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/deeplearning-goethe/comfyui-evolink
Only requests as a dependency; no models, no GPU. Key from evolink.ai/dashboard/keys (sk-), pasted once - saved locally, blank after, never in a shared workflow JSON.
The workflow move that makes it worth it
Extend is the "director's cut" node: generate a 5-second base, then chain result_urls into this node and extend it twice to build a 15-second sequence that keeps continuity, because each extension has to match the clip it's bolted onto. Backward extension is the sleeper feature - it lets you add context ("what led to this moment") without regenerating the part you already like.
The limits are worth naming before you commit credits: each extension is a separate metered render, so a long scene assembled from extensions costs like a long scene - which is fair, it is one - and output resolution tracks your input, so extend the good render, not the 480p test. Standing cloud deal applies: per-call billing, your clips and prompt leave the machine, failed or moderation-blocked tasks don't charge.
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 延长指令(必填),如「Extend @video1 backward, 人物走出画面」。 | |
| video_urlsopt | STRING | 要延长的视频 URL(必填,每行一个,最多 10 条,2~30 秒),可接上游节点的 result_urls 输出 | |
| durationopt | INT | 54–30 | 延长时长(秒),4~30 任意整数,按时长计费 |
| qualityopt | COMBO | 720p | 分辨率;480p 为低价档 |
| generate_audioopt | BOOLEAN | true | 生成同步音频(不额外收费) |
| audio_urlsopt | STRING | 参考音频 URL,每行一个(最多 10 条,2~30 秒) | |
| image1opt | IMAGE | 参考图 1(可选,最多 30 张) | |
| image2opt | IMAGE | 参考图 2(可选) | |
| image_urls_textopt | STRING | 进阶:已有公网图片 URL 时每行贴一个,与 IMAGE 口混用 | |
| api_keyopt | STRING | EvoLink API Key(sk- 开头)。首次填写后自动保存到本机配置,之后可留空。分享工作流前请清空此框。获取:evolink.ai/dashboard/keys | |
| timeout_secondsopt | INT | 180060–3600 | 最长等待时间;生成失败或审核拦截的任务不扣费 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | 生成结果(已下载落地,可直连保存节点) |
| task_id | STRING | EvoLink 任务 ID,可到 evolink.ai/zh/dashboard/logs 查询 |
| status_info | STRING | 人读状态摘要(模型/用时/消耗 credits) |
| result_urls | STRING | 结果原始链接,每行一个(24 小时过期) |
| response_json | STRING | 平台 GET /v1/tasks/{id} 的完整 JSON 响应(status/usage/results 等),供下游节点解析 |