> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ViduReferenceVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the ViduReferenceVideoNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ViduReferenceVideoNode/zh.md)

Vidu 参考视频节点可根据多张参考图像和文本提示生成视频。该节点利用 AI 模型，基于提供的图像和描述创建具有一致性的视频内容。支持多种视频设置，包括时长、宽高比、分辨率及运动控制。

## 输入参数

| 参数名                  | 数据类型   | 必填 | 取值范围                                                                                      | 描述                              |
| -------------------- | ------ | -- | ----------------------------------------------------------------------------------------- | ------------------------------- |
| `model`              | COMBO  | 是  | `"vidu_q1"`                                                                               | 用于视频生成的模型名称（默认值："vidu\_q1"）     |
| `images`             | IMAGE  | 是  | -                                                                                         | 用作参考的图像，用于生成具有一致主体的视频（最多 7 张图像） |
| `prompt`             | STRING | 是  | -                                                                                         | 用于视频生成的文本描述                     |
| `duration`           | INT    | 否  | 5-5                                                                                       | 输出视频的时长（单位：秒）（默认值：5）            |
| `seed`               | INT    | 否  | 0-2147483647                                                                              | 视频生成的随机种子（0 表示随机）（默认值：0）        |
| `aspect_ratio`       | COMBO  | 否  | `"16:9"`<br />`"9:16"`<br />`"1:1"`<br />`"4:3"`<br />`"3:4"`<br />`"21:9"`<br />`"9:21"` | 输出视频的宽高比（默认值："16:9"）            |
| `resolution`         | COMBO  | 否  | `"480p"`<br />`"720p"`<br />`"1080p"`<br />`"1440p"`<br />`"2160p"`                       | 支持的值可能因模型和时长而异（默认值："1080p"）     |
| `movement_amplitude` | COMBO  | 否  | `"auto"`<br />`"low"`<br />`"medium"`<br />`"high"`                                       | 画面中物体的运动幅度（默认值："auto"）          |

**约束与限制：**

* `prompt` 字段为必填项，不能为空
* 最多允许使用 7 张参考图像
* 每张图像的宽高比必须在 1:4 到 4:1 之间
* 每张图像的最小尺寸必须为 128x128 像素
* 视频时长固定为 5 秒

## 输出参数

| 输出名称     | 数据类型  | 描述             |
| -------- | ----- | -------------- |
| `output` | VIDEO | 基于参考图像和提示生成的视频 |
