new.ip233.com|seedance-2.0-480p 视频生成
The budget tier of a model that only exists on the API
- 首帧图
- 尾帧图
- 参考图1
- 参考图2
- 参考图3
- 参考图4
- 参考图5
- 参考图6
- 参考图7
- 参考图8
- 参考图9
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
Seedance is ByteDance's video line, and it's a closed model through and through - the whole Seedance family is API-only, which is exactly why it keeps surfacing as API nodes instead of checkpoints. When r/comfyui saw Seedance 2.0 arrive as an API node, the top reaction was a flat "Local and not through an api? No? Nvm then. Go kick rocks" (+203), with the cost objection right behind it: a monthly sub bought you only a small number of videos. So the honest framing for this node: it's the cheapest way to run a model you can never own, on credits you pay per clip.
TikpanCangyuanSeedance20480pNode is the 480p fixed-resolution version, served through the new.ip233.com relay. It's one of a whole cluster of Seedance 2.0 nodes in the pack - 480p, 720p, 1080p, 4K, plus fast and mini variants - that all call seedance-2.0-480p here and differ mainly in which resolution (and model) is locked in.
How it works
The node POSTs a JSON body to https://new.ip233.com/v1/videos with the model ID, your prompt, duration (4–15s), aspect ratio, and any reference material, then polls the async task until the video's ready, downloads the MP4 into your ComfyUI output folder, and returns it as a VIDEO output. The 480p node locks resolution to 480p and hides the model selector - less to mis-set, but also no way to reach a higher res from this node.
The inputs that matter
- 生成指令 - the prompt. Default is a cinematic short-video prompt.
- 视频时长 - 4 through 15 seconds in one-second steps.
- 画面比例 - the full six: 16:9, 9:16, 1:1, 21:9, 3:4, 4:3.
- 首帧图 / 尾帧图 - optional first/last frame pins. Good for locking the first and last moment of a loop.
- 参考图1 … 参考图9 - up to nine reference images for subject consistency.
- 视频URL列表 / 音频URL列表 - optional, up to 3 video and 3 audio URLs each, one per line or comma-separated.
The optional tail - 最长等待秒数 (600), 查询间隔秒数 (5), 校验HTTPS证书, 跳过错误 - is standard for the relay group.
Outputs
视频输出 (VIDEO), 本地保存路径, 视频云端直链, 任务ID, 完整日志.
Install
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
or ComfyUI Manager → Tikpan → Install → restart. Stock deps, no model downloads - the model lives on the relay.
Gotchas
The big one is a rule the node enforces itself: first/last-frame mode cannot be combined with reference images, video URLs, or audio URLs - the error message says 二选一 (pick one). If you wire both, you get a rejection, not a guess. Second: 480p is fine for drafts, storyboards, and social-thumbnail work, but the whole point of Seedance is cinematic motion - if you're delivering, the 720p or 1080p nodes exist for a reason. And budget honestly before you queue up a dozen 15-second clips; this is the metered tier of a model that's already at the center of the community's "API nodes cost too much" complaint.
Inputs (24)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: seedance-2.0-480p | /v1/videos JSON 异步 | Seedance 2.0 视频生成 | |
| 获取密钥请访问 | 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 | 480p|480p | 1 options: 480p|480p |
| 首帧图opt | IMAGE | 可选首帧图。 | |
| 尾帧图opt | IMAGE | 可选尾帧图。 | |
| 视频URL列表opt | STRING | 可选,最多 3 个视频 URL,每行或逗号分隔。 | |
| 音频URL列表opt | STRING | 可选,最多 3 个音频 URL,每行或逗号分隔。 | |
| 最长等待秒数opt | INT | 60060–7200 | — |
| 查询间隔秒数opt | INT | 55–60 | — |
| 校验HTTPS证书opt | BOOLEAN | false | — |
| 跳过错误opt | BOOLEAN | false | — |
| 参考图1opt | IMAGE | 可选参考图 1,本模型最多 9 张。 | |
| 参考图2opt | IMAGE | 可选参考图 2,本模型最多 9 张。 | |
| 参考图3opt | IMAGE | 可选参考图 3,本模型最多 9 张。 | |
| 参考图4opt | IMAGE | 可选参考图 4,本模型最多 9 张。 | |
| 参考图5opt | IMAGE | 可选参考图 5,本模型最多 9 张。 | |
| 参考图6opt | IMAGE | 可选参考图 6,本模型最多 9 张。 | |
| 参考图7opt | IMAGE | 可选参考图 7,本模型最多 9 张。 | |
| 参考图8opt | IMAGE | 可选参考图 8,本模型最多 9 张。 | |
| 参考图9opt | IMAGE | 可选参考图 9,本模型最多 9 张。 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 本地保存路径 | STRING | — |
| 任务ID | STRING | — |
| 视频云端直链 | STRING | — |
| 完整日志 | STRING | — |
| 视频输出 | VIDEO | — |