Nodes/Tikpan Official Nodes/视频|Vidu3 Turbo 文生/图生/首尾帧
ComfyUI Node

视频|Vidu3 Turbo 文生/图生/首尾帧

Text, image, or start-end frames — one node, three modes

By htrert·Created 5 months ago·Updated 2 months ago· 1
视频|Vidu3 Turbo 文生/图生/首尾帧
  • 首帧图
  • 尾帧图
  • 📁_本地保存路径
  • 🆔_任务ID
  • 🔗_视频云端直链
  • 📄_完整日志
  • 🎬_视频输出
💰_福利_💰
获取密钥请访问
API_密钥sk-
生成模式文生视频|text2video
生成指令A cinematic product video with stable camera movement, realistic lighting, and smooth motion.
视频时长5
清晰度720p
画面比例16:9
运动幅度auto
音画同步true
音频类型All
错峰生成false
最长等待秒数1200
查询间隔秒数8
校验HTTPS证书false
跳过错误false

The Vidu3 Turbo node is the sibling of the pack's reference-video node, and the difference is in the title: Turbo. Where the reference node specializes in identity-consistent multi-image generation, this one is the fast, general-purpose Vidu3 entry point - three modes in one node: pure text-to-video, image-to-video, and start-frame + end-frame (首尾帧) interpolation. Under the hood it's the viduq3-turbo model over Tikpan's /ent/v2/text2video, img2video, and start-end2video endpoints.

Reach for it when you want a quick product demo, a short brand clip, or a loop from a still image - the "fast and cheap" slot of the Vidu3 family. Vidu is a real and active model line (141 threads in the community corpus), and Turbo is specifically the cost-conscious member: the defaults in this node (5 seconds, 720p) are tuned to not bankrupt you.

How it works

The 生成模式 dropdown is the whole architecture:

  • 文生视频 (text2video) - prompt-only, the default.
  • 图生视频 (img2video) - requires 首帧图 (first-frame image) to drive the video.
  • 首尾帧 (start-end2video) - requires both 首帧图 and 尾帧图; the model animates between them.

For every mode the node builds the payload, submits, polls ent/v2/tasks/{task_id}/creations every 查询间隔秒数 (default 8) until done or 最长等待秒数 (default 1200) expires, then downloads the video. 运动幅度 (auto/small/medium/large) is the Vidu movement_amplitude parameter - small for subtle product shots, large for energetic scenes. 音画同步 (default on) generates matching audio; 音频类型 constrains it; 错峰生成 (off_peak) trades speed for a lower price.

Inputs and outputs that matter

Beginner flow: API_密钥 → pick 生成模式 → write the 生成指令 (English recommended) → set 视频时长 (1–16s), 清晰度 (540p/720p/1080p), 画面比例 (16:9/9:16/1:1/4:3/3:4) → run. If you picked an image mode, feed the first-frame (and for start-end, last-frame) image - the mode won't do anything useful without it. Outputs: 📁本地保存路径, 🆔任务ID, 🔗视频云端直链, 📄完整日志, 🎬视频输出 (VIDEO).

Installing

Pack install as usual - Manager search "Tikpan", or git clone https://github.com/htrert/ComfyUI-Tikpan-Pro into custom_nodes, restart. Key from tikpan.com. No local models.

Common issues

  • Picked img2video, forgot the image. The node needs 首帧图 for image modes; without it you get an error or an empty result (with 跳过错误 on). Mode/image mismatches are the most common stumble.
  • 首尾帧 that don't match. Start and end frames should share composition, subject, and framing - the model interpolates between them, so wildly different frames produce a trippy morph rather than a coherent clip. Keep them visually consistent (character-consistency.md).
  • Renders run long. 16s at 1080p isn't quick even on Turbo. If you time out, grab the task ID from the log and collect the finished job with the Task Fetcher node - don't resubmit and pay twice.
  • Audio comes out of nowhere. If you don't want generated ambient audio, flip 音画同步 off. It defaults on and it's a separate downstream step in the pipeline.
  • Determinism. Seed is hidden here too (the pack keeps it out of the UI because it isn't reliably reproducible through the relay). Reproduce by reusing the exact same prompt + frames, not by chasing a seed number.
Category👑 Tikpan 官方独家节点/02 视频 Video

Inputs (18)

NameTypeDefaultDescription
💰_福利_💰COMBO1 options: 🔥 0.6元RMB兑1美元余额 | 全网底价 👉 https://tikpan.com
获取密钥请访问COMBO1 options: 👉 https://tikpan.com (官方授权Key获取点)
API_密钥STRINGsk-Tikpan 平台的 API 密钥,以 sk- 开头,从 https://tikpan.com 获取
生成模式COMBO文生视频|text2video三种模式:纯文字、首帧图驱动、首尾帧双图驱动
生成指令STRINGA cinematic product video with stable camera movement, realistic lighting, and smooth motion.描述视频画面/动作/氛围,推荐英文
视频时长INT51–16生成视频秒数;越长越慢越贵
清晰度COMBO720p视频分辨率:越高越清晰但更慢更贵
画面比例COMBO16:9Vidu endpoint 的 aspect_ratio 参数
首帧图optIMAGE图生视频/首尾帧模式必填:视频的第一帧
尾帧图optIMAGE首尾帧模式必填:视频的最后一帧
运动幅度optCOMBOautoVidu movement_amplitude 参数:auto 自动;small 微动;large 大幅运动
音画同步optBOOLEANtrue是否生成与画面匹配的环境音/配乐
音频类型optCOMBOAll限定生成的音频类型(环境音/对白/全部)
错峰生成optBOOLEANfalse开启后任务可能延迟出片,但费用更低
最长等待秒数optINT120060–7200等待视频生成完成的最长秒数
查询间隔秒数optINT85–60轮询任务状态的间隔秒数
校验HTTPS证书optBOOLEANfalse默认关闭以兼容部分网络;遇到 SSL 问题可保持关闭
跳过错误optBOOLEANfalse开启后异常时返回空,不打断后续工作流

Outputs (5)

NameTypeDescription
📁_本地保存路径STRING
🆔_任务IDSTRING
🔗_视频云端直链STRING
📄_完整日志STRING
🎬_视频输出VIDEO