new.ip233.com|seedance-2.0-fast 视频生成
Seedance 2.0-fast — the iteration node, with native audio as a bonus
- 首帧图
- 尾帧图
- 参考图1
- 参考图2
- 参考图3
- 参考图4
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
"Fast" in an API video name doesn't mean real-time - it means cheaper and quicker to turn around, which is exactly what you want when you're iterating on a prompt. seedance-2.0-fast is the base fast model on the new.ip233.com relay, and this node is its ComfyUI face: both 480p and 720p selectable, 4–15 seconds, and a 生成原生音频 toggle so the model can synthesize its own audio track instead of returning a silent clip. It's the Seedance node you run ten times while you hunt for the shot, saving the expensive 1080p render for the winner.
It's part of ComfyUI-Tikpan-Pro (official plugin for Tikpan.com), new.ip233.com relay group - key from https://new.ip233.com, not Tikpan. Seedance is ByteDance's closed video line, so all of this is metered cloud work.
How it works
The standard relay pattern: POST {model: seedance-2.0-fast, prompt, duration, aspect_ratio, resolution, audio, ...} to https://new.ip233.com/v1/videos, poll, download the MP4 to your output folder, return VIDEO + path + URL + logs. The 生成原生音频 toggle adds an audio: true flag to the payload, which matters if your clip is going straight into a social feed and you don't want to bother with a separate TTS step.
The inputs that matter
- 生成指令 - the prompt.
- 视频时长 - 4–15s.
- 分辨率 - 480p or 720p. For iteration, 480p is the point; 720p when the shot feels close.
- 画面比例 - six options (16:9, 9:16, 1:1, 21:9, 3:4, 4:3).
- 生成原生音频 - on/off. Note the fine print: this only works on the base fast model; the fixed-resolution fast variants silently disable it.
- 参考图1 … 4 - up to four reference images (the fast base is capped at 4, unlike the 9-ref fixed variants).
- 首帧图 / 尾帧图, 视频URL列表 (up to 3), 音频URL列表 (up to 1).
Optional tail: 最长等待秒数 (600), 查询间隔秒数 (5), 校验HTTPS证书, 跳过错误.
Outputs
视频输出 (VIDEO), 本地保存路径, 视频云端直链, 任务ID, 完整日志.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
or ComfyUI Manager → Tikpan → Install → restart. No downloads.
Gotchas
The base-fast node is the one with the most knobs, and the knob that surprises people is the ref-image cap: 4 images, not 9 - the fixed-resolution fast nodes (fast-480p/fast-720p) actually allow more references because they're treated as a different model profile. And remember the cluster-wide rule: first/last-frame mode can't coexist with reference images or video/audio URLs (二选一). If the relay's "fast" still feels slow, it's queue time on their side - your 最长等待秒数 just sets how long you're willing to sit. Iterate here, deliver elsewhere.
Inputs (20)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: seedance-2.0-fast | /v1/videos JSON 异步 | Fast 基础模型;480p/720p,4-15 秒,支持 4 图/3 视频/1 音频与原生音频。 | |
| 获取密钥请访问 | COMBO | 1 options: https://new.ip233.com | |
| API_密钥 | STRING | sk- | — |
| 生成指令 | STRING | A cinematic short video with smooth motion, realistic lighting, and coherent subject consistency. | — |
| 视频时长 | COMBO | 6秒|6 | 12 options: 4秒|4, 5秒|5, 6秒|6, 7秒|7, 8秒|8, 9秒|9, +6 |
| 画面比例 | COMBO | 16:9 横屏|16:9 | 6 options: 16:9 横屏|16:9, 9:16 竖屏|9:16, 1:1 方形|1:1, 21:9 宽银幕|21:9, 3:4 竖屏|3:4, 4:3 横屏|4:3 |
| 分辨率 | COMBO | 720p|720p | 2 options: 480p|480p, 720p|720p |
| 首帧图opt | IMAGE | 可选首帧图。 | |
| 尾帧图opt | IMAGE | 可选尾帧图。 | |
| 视频URL列表opt | STRING | 可选,最多 3 个视频 URL,每行或逗号分隔。 | |
| 音频URL列表opt | STRING | 可选,最多 1 个音频 URL,每行或逗号分隔。 | |
| 最长等待秒数opt | INT | 60060–7200 | — |
| 查询间隔秒数opt | INT | 55–60 | — |
| 校验HTTPS证书opt | BOOLEAN | false | — |
| 跳过错误opt | BOOLEAN | false | — |
| 生成原生音频opt | COMBO | 开启|true | 是否让 Seedance 生成原生音频。 |
| 参考图1opt | IMAGE | 可选参考图 1,本模型最多 4 张。 | |
| 参考图2opt | IMAGE | 可选参考图 2,本模型最多 4 张。 | |
| 参考图3opt | IMAGE | 可选参考图 3,本模型最多 4 张。 | |
| 参考图4opt | IMAGE | 可选参考图 4,本模型最多 4 张。 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 本地保存路径 | STRING | — |
| 任务ID | STRING | — |
| 视频云端直链 | STRING | — |
| 完整日志 | STRING | — |
| 视频输出 | VIDEO | — |