> ## 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.

# Vidu3ImageToVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the Vidu3ImageToVideoNode 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/Vidu3ImageToVideoNode/zh.md)

Vidu Q3 图像转视频生成节点可从输入图像开始创建视频序列。它使用 Vidu Q3 Pro 模型为图像添加动画效果，并可选择性地通过文本提示进行引导，最终输出一个视频文件。

## 输入参数

| 参数                 | 数据类型    | 必填 | 范围                                  | 描述                                 |
| ------------------ | ------- | -- | ----------------------------------- | ---------------------------------- |
| `model`            | COMBO   | 是  | `"viduq3-pro"`                      | 用于视频生成的模型。                         |
| `model.resolution` | COMBO   | 是  | `"720p"`<br />`"1080p"`<br />`"2K"` | 输出视频的分辨率。                          |
| `model.duration`   | INT     | 是  | 1 到 16                              | 输出视频的时长（单位：秒）（默认值：5）。              |
| `model.audio`      | BOOLEAN | 是  | `True` / `False`                    | 启用后，输出带声音（包括对话和音效）的视频（默认值：False）。  |
| `image`            | IMAGE   | 是  | -                                   | 用作生成视频起始帧的图像。                      |
| `prompt`           | STRING  | 否  | -                                   | 用于视频生成的可选文本提示（最多 2000 个字符）（默认值：空）。 |
| `seed`             | INT     | 否  | 0 到 2147483647                      | 用于控制生成随机性的种子值（默认值：1）。              |

**注意：** `image` 的宽高比必须在 1:4 到 4:1 之间（从竖屏到横屏）。`prompt` 是可选的，但不能超过 2000 个字符。

## 输出参数

| 输出名称     | 数据类型  | 描述       |
| -------- | ----- | -------- |
| `output` | VIDEO | 生成的视频文件。 |
