EvoLink Seedance 2.5 Reference-to-Video (Official)
Throw images, clips and audio at it
- image1
- image2
- image3
- image4
- video
- task_id
- status_info
- result_urls
- response_json
Most video nodes take one image or nothing. Seedance 2.5 Reference-to-Video is the one that takes everything: up to 30 reference images, up to 10 reference video clips, up to 10 audio references, all mixed in one render, and it builds a video that honors the whole pile. EvoLink Seedance 2.5 Reference-to-Video (Official) is ByteDance's multi-modal mode as a cloud node - the closest thing a closed API gives you to "character consistency" and "style transfer" in one shot.
What it is
- prompt (required) - the shot description; you can reference the materials you feed it. Chinese welcome.
- image1–image4 - image reference slots (up to 30 when combined with the URL box). Feed a character, a style sample, a scene.
- video_urls - reference clips, one URL per line, up to 10 (each 2–30 seconds). This is where the pack's chaining magic comes in: you can paste another EvoLink node's
result_urlsoutput straight in. - audio_urls - reference audio, up to 10 entries, to steer mood or sync.
- duration - 4–30 seconds, default 5, billed by duration.
- quality - 480p / 720p / 1080p.
- aspect_ratio -
adaptivedefault, or the usual menu. - generate_audio - on by default, free.
The only real requirement: at least one piece of reference material, image or video or audio. You don't strictly need all three - that's the point of the "at least give it something" design. Outputs: video, task_id, status_info, result_urls (24-hour expiry), response_json. Save Video node on the video output or you won't see the result.
Install and key
Standard EvoLink install. ComfyUI Manager → search EvoLink → install → full restart. 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 that makes it special
This node exists to be chained. Generate a first pass with Seedance T2V, feed its result_urls into this node's video_urls, add reference images for the subject, and you get a coherent follow-up instead of a coin flip. Reference images uploaded from disk ride EvoLink's channel (auto-deleted after 72 hours) - no third-party image host needed. Reference URLs from an upstream node are the key trick: they're plain text, so they flow anywhere.
The catch is the usual multi-modal one: more references means more ways for the model to get confused, and Seedance's meter doesn't care whether you're testing. Keep the reference pile focused - a character image and one style clip will outperform a twenty-item grab bag. And the standing cloud deal applies: per-render cost, your materials leave the machine, failed and moderation-blocked tasks don't charge.
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 镜头/画面描述,可引用参考素材(支持中文)。至少接一张图或填一条视频/音频 URL。 | |
| durationopt | INT | 54–30 | 视频时长(秒),4~30 任意整数,按时长计费 |
| qualityopt | COMBO | 720p | 分辨率;480p 为低价档 |
| aspect_ratioopt | COMBO | adaptive | 画幅;adaptive 由模型自动选择 |
| generate_audioopt | BOOLEAN | true | 生成同步音频(不额外收费) |
| video_urlsopt | STRING | 参考视频 URL,每行一个(最多 10 条,2~30 秒),可接上游节点的 result_urls 输出 | |
| audio_urlsopt | STRING | 参考音频 URL,每行一个(最多 10 条,2~30 秒) | |
| image1opt | IMAGE | 参考图 1(可选,最多 30 张) | |
| image2opt | IMAGE | 参考图 2(可选) | |
| image3opt | IMAGE | 参考图 3(可选) | |
| image4opt | IMAGE | 参考图 4(可选) | |
| 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 等),供下游节点解析 |