Nodes/Tikpan Official Nodes/视频|Vidu3 参考生视频
ComfyUI Node

视频|Vidu3 参考生视频

Keep your character consistent across shots

By htrert·Created 5 months ago·Updated 2 months ago· 1
视频|Vidu3 参考生视频
  • 参考图1
  • 参考图2
  • 参考图3
  • 参考图4
  • 参考图5
  • 参考图6
  • 参考图7
  • 📁_本地保存路径
  • 🆔_任务ID
  • 🔗_视频云端直链
  • 📄_完整日志
  • 🎬_视频输出
💰_福利_💰
获取密钥请访问
API_密钥sk-
生成指令@1 appears in a cinematic commercial video, natural motion, stable identity, high quality.
视频时长5
清晰度720p
画面比例16:9
智能主体库false
音画同步true
音频类型All
错峰生成false
最长等待秒数1200
查询间隔秒数8
校验HTTPS证书false
跳过错误false

The hardest problem in AI video isn't quality, it's consistency - the character in shot one looks nothing like the character in shot three. Vidu3's reference mode attacks that directly: you feed it up to seven reference images and address them by number in your prompt (@1 for the first, @2 for the second…), and the model keeps identity and appearance stable across the generated clip. Vidu is a real, active model line in the ecosystem (141 threads in the community corpus), and this node is Tikpan's wrapper over the /ent/v2/reference2video endpoint - the model ID is viduq3.

The README's framing is honest about the use case: this is for 角色一致性生视频 - keeping a character consistent so a brand mascot, an influencer's face, or a product hero survives from one video to the next. For e-commerce short-content pipelines, that's the difference between usable and unusable.

How it works

Build a payload with the prompt plus up to seven reference images (参考图1 is required and maps to @1; 2–7 optional), submit to the endpoint, then poll ent/v2/tasks/{task_id}/creations until the render finishes, and download the result. The prompt is the whole game here - the tooltip spells it out: use @1/@2/… in the prompt to reference the corresponding image, and the more concrete the scene/motion description, the better. English recommended.

Useful controls beyond the basics: 视频时长 (3–16s), 清晰度 (540p/720p/1080p), 画面比例 (16:9/9:16/1:1/4:3/3:4), 智能主体库 (the Vidu auto_subjects parameter - let the model auto-extract subject identities), 音画同步 (default on, generates matching ambient audio/music) with 音频类型 to constrain (All/Speech-only/Sound-effects-only), and 错峰生成 (off_peak - submit during off-peak for a discount, accepting a possibly delayed render).

Inputs and outputs that matter

A beginner's flow: API_密钥参考图1 (required) → a prompt referencing it like the default @1 appears in a cinematic commercial video, natural motion, stable identity → pick duration/resolution/aspect → run. The local polling knobs 最长等待秒数 (default 1200) and 查询间隔秒数 (default 8) are just how long you'll wait; 校验HTTPS证书 and 跳过错误 are the standard local options. 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.

Common issues

  • "至少需要 1 张参考图". Reference mode needs at least one image - the node returns this error (or an empty result with 跳过错误 on) if 参考图1 is missing. This is the #1 mistake.
  • Prompt not referencing any @N. If your prompt never mentions @1, the reference image has nothing to anchor to and you've basically paid for a plain text2video with extra upload cost. Reference your images by number.
  • Too many references fight each other. Seven reference images with vague prompts produce mush. The character-consistency principle: fewer, high-quality, consistent references beat a pile of mixed ones (character-consistency.md).
  • Long waits on big renders. 16s at 1080p is a real cloud job; if it times out at your 最长等待秒数, note the task ID and collect it with the Task Fetcher node.
  • Seed hidden, no determinism. Same as the pack's other video nodes - the seed isn't exposed because it isn't a reliable reproduction knob through this relay. Don't chase exact re-runs; change seeds by changing prompt phrasing.
Category👑 Tikpan 官方独家节点/02 视频 Video

Inputs (22)

NameTypeDefaultDescription
💰_福利_💰COMBO1 options: 🔥 0.6元RMB兑1美元余额 | 全网底价 👉 https://tikpan.com
获取密钥请访问COMBO1 options: 👉 https://tikpan.com (官方授权Key获取点)
API_密钥STRINGsk-Tikpan 平台的 API 密钥,以 sk- 开头,从 https://tikpan.com 获取
生成指令STRING@1 appears in a cinematic commercial video, natural motion, stable identity, high quality.用 @1/@2/... 引用对应序号的参考图;越具体的画面/动作描述效果越好,推荐英文
参考图1IMAGE必填的主参考图,对应提示词中的 @1
视频时长INT53–16生成视频秒数,越长越慢越贵
清晰度COMBO720p视频分辨率:越高越清晰但更慢更贵
画面比例COMBO16:9Vidu endpoint 的 aspect_ratio 参数
参考图2optIMAGE可选第 2 张参考图,对应 @2
参考图3optIMAGE可选第 3 张参考图,对应 @3
参考图4optIMAGE可选第 4 张参考图,对应 @4
参考图5optIMAGE可选第 5 张参考图,对应 @5
参考图6optIMAGE可选第 6 张参考图,对应 @6
参考图7optIMAGE可选第 7 张参考图,对应 @7
智能主体库optBOOLEANfalseVidu reference2video 的 auto_subjects 参数
音画同步optBOOLEANtrue是否生成与画面匹配的环境音/配乐
音频类型optCOMBOAll限定生成的音频类型(环境音/对白/全部)
错峰生成optBOOLEANfalseVidu off_peak 参数;开启后任务可能延迟出片
最长等待秒数optINT120060–7200本地轮询等待最长秒数,不会传给上游模型
查询间隔秒数optINT85–60本地轮询任务状态的间隔秒数
校验HTTPS证书optBOOLEANfalse本地网络参数:控制 requests 是否校验证书,不会传给上游模型
跳过错误optBOOLEANfalse开启后异常时返回空,不打断后续工作流

Outputs (5)

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