EvoLink Seedance 2.5 Text-to-Video (Official)
The current gen, with smart duration and free audio
- video
- task_id
- status_info
- result_urls
- response_json
Seedance 2.5 is ByteDance's current video generation model, and the headline feature is length: up to 30 seconds per clip, double the 2.0 ceiling, plus a "smart duration" mode where the model decides how long the shot should breathe instead of you guessing. EvoLink Seedance 2.5 Text-to-Video (Official) is that model as a cloud node - closed weights, API-only, the same per-render meter the community has loudly priced out before. You can't run it locally; you can call it.
What it is
Prompt to video, 4 to 30 seconds, 1080p at the top (2.5's quality menu tops out at 1080p - no 4K tier here, which is the one thing the 2.0 node still has over it), with sync audio included at no extra charge. The generate_audio toggle defaults to on, and unlike a lot of video APIs, the tooltip is explicit that it doesn't add to the bill.
Inputs that matter:
- prompt (required) - the shot description, Chinese welcome, ~500 chars suggested.
- duration - 4–30 seconds, default 5, billed by duration.
- auto_duration - the smart knob. Flip it on and
durationis ignored; the model picks a length in the 4–30 range and you pay for what it actually outputs. Good for scenes that don't have an obvious length, and it can genuinely surprise you with better pacing. - quality - 480p / 720p / 1080p. 480p is the cheap lane.
- aspect_ratio -
adaptivedefault, or 16:9, 9:16, 1:1, 4:3, 3:4, 21:9. - generate_audio - on by default, free.
Outputs: video (connect Save Video or nothing appears), task_id, status_info, result_urls (24-hour expiry), response_json. Default timeout is 30 minutes; a 30-second clip is a long render, so budget your day accordingly.
Install and key
The shared EvoLink install. ComfyUI Manager → search EvoLink → install → full restart (close the console, not just the browser). 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 into api_key - saved locally, blank after, never in a shared workflow JSON.
Is 2.5 worth the upgrade from 2.0?
For longer-form work, yes - 30 seconds is a real scene, not a mood. The smart-duration mode is the feature to actually try first, because it changes the way you prompt: instead of forcing everything to fit 5 seconds, you write the shot and let the model time it. For short, punchy, high-res clips, the 2.0 node's 4K option still has a niche. Either way, the economics are the same wall: this is metered video, the community's pricing objection applies to every Seedance tier, and the discipline that keeps it sane is unchanged - draft cheap, promote winners, don't treat the dropdown as a menu to spend from. Failed and moderation-blocked tasks don't bill, and unchanged params cache without recharging.
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 镜头/画面描述,支持中文(建议 500 字内)。 | |
| durationopt | INT | 54–30 | 视频时长(秒),4~30 任意整数,按时长计费 |
| auto_durationopt | BOOLEAN | false | 智能时长:开启后忽略 duration,由模型在 4~30 秒内自选,按实际输出时长计费 |
| qualityopt | COMBO | 720p | 分辨率;480p 为低价档 |
| aspect_ratioopt | COMBO | adaptive | 画幅;adaptive 由模型自动选择 |
| generate_audioopt | BOOLEAN | true | 生成同步音频(不额外收费) |
| 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 等),供下游节点解析 |