new.ip233.com|veo-3-1-fast 视频生成
Veo 3.1 Fast — Google's video model, quick draft lane
- 参考图1
- 参考图2
- 本地保存路径
- 任务ID
- 视频云端直链
- 完整日志
- 视频输出
Google's Veo has no open weights, and every serious discussion of video quality has it near the top - the KB's closed-models essay calls out Veo 3's native audio as a capability gap open models spent 2026 trying to close. TikpanCangyuanVeo31FastNode puts veo-3-1-fast behind a new.ip233.com relay: a VIDEO output drops straight into your ComfyUI graph, no Google Cloud project, no Vertex AI, no local GPU. "Fast" here is the speed tier - same parameter set as standard Veo 3.1, which the author's own node description says plainly: "标准和 Fast 参数相同,用模型下拉选择" (standard and Fast share the same parameters).
How it works
The whole category-08 family runs the same machinery: POST a JSON job to new.ip233.com/v1/videos, get a task_id, poll until done, download the mp4. For Veo the relay sets reference_mode=frame, meaning your reference images are treated as frame bookends (first/last frame), not as subject references - that's the key difference from the -ref node. Outputs are the standard five: 本地保存路径, 任务ID, 视频云端直连, 完整日志, and 视频输出 (VIDEO).
The inputs that actually matter
- API_密钥 - from new.ip233.com. Separate relay, separate key from the main Tikpan site.
- 生成指令 - the prompt. Veo is picky in a good way: it follows camera and lighting instructions well, and it renders text legibly, which most video models still can't.
- 视频时长 - only 4, 6, or 8 seconds. The tooltip on the field is explicit: "仅 4/6/8 秒". Don't hunt for 10.
- 画面比例 - 16:9 or 9:16 only.
- 分辨率 - 720p or 1080p. Yes, this one does 1080p, unlike the Seedance nodes.
- 生成原生音频 - Veo generates synchronized audio natively, on by default. This is the feature open video models were chasing all year.
Optional: 参考图1 / 参考图2 - max 2, used as first/last frames (the tooltip spells out the difference: 标准/Fast max 2 首尾帧, Ref max 3 主体参考). The usual local knobs (最长等待秒数, 查询间隔秒数, 校验HTTPS证书 defaulting to false on this relay, 跳过错误) round it out.
Installing it
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
then restart ComfyUI (or install "Tikpan" via ComfyUI Manager). No models, no dependencies beyond the standard Python HTTP stack. The node's job is entirely network + file plumbing.
Where people get burned
- Reference mode confusion. This is
reference_mode=frame- your images are first/last frames. If you want subject/character reference, that's theveo-3-1-refnode (TikpanCangyuanVeo31RefNode) in this same pack. Wiring a product photo into the frame-mode node gives you bookends, not identity control. - 8-second cap. Veo's relay tier stops at 8s. Plan around it or reach for a longer-duration model.
- Cost per second. Veo 3.1 is among the priciest per-second video you can rent; 1080p + audio is the expensive combo. Use Fast as your draft lane, then decide whether the shot earns the full pass.
- The cert toggle.
校验HTTPS证书defaults to false here. If you're on a corporate or school network, that's often why - but flipping it back to true when possible is the safer habit.
Fast Veo for drafts, standard for hero shots, ref for character work - and the one you grab first depends entirely on whether you need speed, quality, or identity. This node is the speed lane.
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| new.ip233.com说明 | COMBO | 1 options: veo-3-1-fast | /v1/videos JSON 异步 | 4/6/8 秒,16:9/9:16,720p/1080p,reference_mode=frame | |
| 获取密钥请访问 | COMBO | 1 options: https://new.ip233.com | |
| API_密钥 | STRING | sk- | — |
| 生成指令 | STRING | A cinematic video with smooth camera movement and realistic lighting. | — |
| 视频时长 | COMBO | 8秒|8 | new.ip233.com Veo 规格:仅 4/6/8 秒。 |
| 画面比例 | COMBO | 16:9 横屏|16:9 | 2 options: 16:9 横屏|16:9, 9:16 竖屏|9:16 |
| 分辨率 | COMBO | 1080p|1080p | 2 options: 720p|720p, 1080p|1080p |
| 生成原生音频 | COMBO | 开启|true | 2 options: 开启|true, 关闭|false |
| 最长等待秒数opt | INT | 60060–7200 | — |
| 查询间隔秒数opt | INT | 55–60 | — |
| 校验HTTPS证书opt | BOOLEAN | false | — |
| 跳过错误opt | BOOLEAN | false | — |
| 参考图1opt | IMAGE | 可选参考图 1;标准/Fast 最多 2 张首尾帧,Ref 最多 3 张主体参考。 | |
| 参考图2opt | IMAGE | 可选参考图 2;标准/Fast 最多 2 张首尾帧,Ref 最多 3 张主体参考。 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 本地保存路径 | STRING | — |
| 任务ID | STRING | — |
| 视频云端直链 | STRING | — |
| 完整日志 | STRING | — |
| 视频输出 | VIDEO | — |