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

# ViduMultiFrameVideoNode - ComfyUI Built-in Node Documentation

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

此节点通过在多个关键帧之间创建过渡来生成视频。它从初始图像开始，通过一系列用户定义的结束图像和提示词进行动画处理，最终输出单个视频文件。

## 输入参数

| 参数            | 数据类型         | 必填 | 取值范围                                                                               | 描述                                  |
| :------------ | :----------- | :- | :--------------------------------------------------------------------------------- | :---------------------------------- |
| `model`       | COMBO        | 是  | `"viduq2-pro"`<br />`"viduq2-turbo"`                                               | 用于视频生成的 Vidu 模型。                    |
| `start_image` | IMAGE        | 是  | -                                                                                  | 起始帧图像。宽高比必须在 1:4 到 4:1 之间。          |
| `seed`        | INT          | 否  | 0 到 2147483647                                                                     | 用于随机数生成的种子值，以确保结果可复现（默认值：1）。        |
| `resolution`  | COMBO        | 是  | `"720p"`<br />`"1080p"`                                                            | 输出视频的分辨率。                           |
| `frames`      | DYNAMICCOMBO | 是  | `"2"`<br />`"3"`<br />`"4"`<br />`"5"`<br />`"6"`<br />`"7"`<br />`"8"`<br />`"9"` | 关键帧过渡的数量（2-9）。选择一个值会动态显示每个帧所需的输入参数。 |

**帧输入参数（动态显示）：**
当您为 `frames` 选择一个值（例如 "3"）时，节点将显示每个过渡对应的一组必需输入参数。对于从 1 到所选数量的每个帧 `i`，您必须提供：

* `end_image{i}` (IMAGE)：此过渡的目标图像。宽高比必须在 1:4 到 4:1 之间。
* `prompt{i}` (STRING)：指导过渡到此帧的文本描述（最多 2000 个字符）。
* `duration{i}` (INT)：此特定过渡片段的持续时间（以秒为单位）。

## 输出参数

| 输出名称     | 数据类型  | 描述                |
| :------- | :---- | :---------------- |
| `output` | VIDEO | 生成的包含所有动画过渡的视频文件。 |
