new.ip233.com|Seedance-2.0 视频生成
Seedance 2.0's 特惠 tier, one node away
- 首帧图
- 尾帧图
- 参考图1
- 参考图2
- 参考图3
- 参考图4
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
TikpanCangyuanSeedance20Node is the full Seedance 2.0 model behind a new.ip233.com relay, and it's the slightly fancier sibling of the Mini node: same async /v1/videos submit-and-poll pattern, but the 特惠 ("special-price") model tier with first/last-frame support and multi-reference material. If you've read the Mini article, you already know the shape - this is the same node with a better model dialed in. ByteDance's whole Seedance line is API-only (the KB's ByteDance panel calls it out: flagships ship closed, everything underneath ships open), so this wrapper is how that quality gets into a ComfyUI graph at all.
How it works
Identical machinery to the rest of the Cangyuan video nodes: POST prompt + settings to new.ip233.com/v1/videos, get a task_id, poll until the job resolves, download the mp4 to your output folder. You get the same five outputs - 本地保存路径, 任务ID, 视频云端直连, 完整日志, and 视频输出 (a VIDEO you can preview or save). Don't be fooled by the is_output_node flag being true in the schema; the 视频输出 wire is the one that matters for your graph.
The inputs that actually matter
- API_密钥 - from new.ip233.com, not tikpan.com. Different relay, different key. This is the #1 beginner mistake with the whole category-08 group.
- 生成指令 - the prompt. Seedance handles longer, more detailed instructions than most, so give it motion, camera moves, lighting, and subject behavior.
- 视频时长 - 4–15 seconds, default 6.
- 画面比例 - six choices from 16:9 down to 3:4.
- 分辨率 - 480p or 720p only. If you need 1080p you're on the wrong node.
Optional: 首帧图 / 尾帧图 for bookend control, up to 4 reference images (参考图1–4), 3 video URLs, 1 audio URL, and 生成原生音频 - Seedance generates its own audio, on by default. Default 校验HTTPS证书 is false on this relay (same quirk as its siblings).
Installing it
Part of the ComfyUI-Tikpan-Pro pack:
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
or search "Tikpan" in ComfyUI Manager and Install. Restart after either. There are no model downloads and no GPU requirement - this node only needs outbound network access to the relay.
Where people get burned
- Metered spend. Seedance 2.0 is billed per clip; 15-second 720p jobs add up fast, which is exactly the objection the community keeps raising about every closed video model behind an API (see the KB's API-nodes essay for the canonical "extremely expensive" thread). Use Mini for drafts, save the full model for the shots that need it.
- Key mixups. new.ip233.com key in a tikpan.com node (or vice versa) → auth failure. Check the log.
- Long waits. Default timeout is 600s and polling every 5s; a big job legitimately takes minutes. The
最长等待秒数/查询间隔秒数knobs are local, so you can tune them without touching the upstream. - Your inputs leave the machine. Prompt and reference images go to a third-party relay server you don't control. Fine for product content; think twice for anything sensitive.
If you want ByteDance-grade video inside ComfyUI and the cost-per-clip is acceptable, this is the node. It's the same wrapper family as the Mini, just pointed at the better model.
Inputs (20)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: seedance-2.0 | /v1/videos JSON 异步 | 特惠模型;480p/720p,4-15 秒,支持首尾帧和多参考素材。 | |
| 获取密钥请访问 | 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 | — |