> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# EmptyHunyuanLatentVideo - ComfyUI Built-in Node Documentation

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

`EmptyHunyuanLatentVideo` 节点与 `EmptyLatentImage` 节点类似。您可以将其视为用于视频生成的空白画布，其中宽度、高度和长度定义了画布的属性，而批次大小则决定了要创建的画布数量。此节点会创建准备好用于后续视频生成任务的空白画布。

## 输入

| 参数     | 描述                                                    | Comfy 类型 |
| ------ | ----------------------------------------------------- | -------- |
| `宽度`   | 视频宽度，默认值 848，最小值 16，最大值 `nodes.MAX_RESOLUTION`，步长 16。 | `INT`    |
| `高度`   | 视频高度，默认值 480，最小值 16，最大值 `nodes.MAX_RESOLUTION`，步长 16。 | `INT`    |
| `长度`   | 视频长度，默认值 25，最小值 1，最大值 `nodes.MAX_RESOLUTION`，步长 4。    | `INT`    |
| `批量大小` | 批次大小，默认值 1，最小值 1，最大值 4096。                            | `INT`    |

## 输出

| 参数        | 描述                             | Comfy 类型 |
| --------- | ------------------------------ | -------- |
| `samples` | 生成的潜在视频样本，包含零张量，已准备好用于处理和生成任务。 | `LATENT` |

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