new.ip233.com|seedance-2.0-mini 视频生成
Seedance 2.0 Mini in your graph — without a ByteDance account
- 首帧图
- 尾帧图
- 参考图1
- 参考图2
- 参考图3
- 参考图4
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
The first thing to know about this node: it doesn't run anything on your machine. TikpanCangyuanSeedance20MiniNode is an API wrapper for ByteDance's Seedance 2.0 Mini text/image-to-video model, reached through the new.ip233.com relay instead of ByteDance's own API. You paste a prompt, it submits a job to the relay's /v1/videos endpoint, polls until the clip is done, downloads the mp4 into your ComfyUI output folder, and hands you a VIDEO output - all without a ByteDance account or a GPU big enough to care. This is exactly the "closed model with no open weights, so you call it" pattern from the KB's API-nodes essay: local is not an option for Seedance, so the node is how it gets into your workflow.
How it works
Mechanically it's an async submit-and-poll client. The node POSTs a JSON payload (prompt, duration, aspect ratio, resolution, any reference images/videos/audio as data URIs) to new.ip233.com/v1/videos, gets a task_id back, then polls that task every 查询间隔秒数 seconds until it's done or you hit 最长等待秒数. When the job resolves it downloads the mp4 and returns five outputs: 本地保存路径 (where it saved), 任务ID, 视频云端直连 (the hosted URL), 完整日志, and 视频输出 - the actual VIDEO you wire into a video preview or save node.
The inputs that actually matter
- API_密钥 - a key from new.ip233.com (not tikpan.com; this is a separate relay). The two hint fields in the required section just tell you where to get it.
- 生成指令 - your prompt. Seedance follows detail well, so describe motion, camera, and lighting.
- 视频时长 - 4–15 seconds (default 6).
- 画面比例 and 分辨率 - 6 aspect ratios, and 480p or 720p only. No 1080p here, that's the full model's job.
Optional but worth knowing: 首帧图/尾帧图 (first/last frame), up to 4 reference images (参考图1–4), up to 3 video URLs and 1 audio URL, and 生成原生音频 (native audio, on by default - Seedance generates sound, which most open video models still can't do). The 校验HTTPS证书 toggle defaults to false on this relay, which is unusual and a bit of a yellow flag; flip it to true if your network tolerates it.
Installing it
This ships in the ComfyUI-Tikpan-Pro pack. In ComfyUI Manager search "Tikpan" and Install, then restart - or:
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
Then restart ComfyUI. No models to download, no heavy Python deps - the whole pack is HTTP clients plus image/audio plumbing. The heavy local stuff (PSD layering, segmentation models) lives elsewhere in the pack and isn't required for this node.
Where people get burned
- Wrong key. The new.ip233.com nodes need a key from new.ip233.com, not tikpan.com. Get it from the
获取密钥请访问hint. - It's metered. Every run spends relay credits - Mini is the cheap tier, but a 15-second 720p clip with audio still costs real money per shot. Budget before you batch.
- Patience. Video jobs are async; a 600-second default timeout means long waits, not a hang. Check the log output for poll progress if it feels stuck.
- Skip errors (
跳过错误) is there for batch runs - leave it off while you debug so failures actually surface.
It's the right tool when you want ByteDance's video quality inside a ComfyUI graph and no local path exists. Just remember the whole pipeline - prompt and references included - is going to a third-party server.
Inputs (20)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: seedance-2.0-mini | /v1/videos JSON 异步 | Mini 基础模型;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 | — |