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

# EmptyHunyuanLatentVideo - ComfyUI Built-in Node Documentation

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

## 输入

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

## 输出

| 参数        | Comfy 数据类型 | 描述                               |
| --------- | ---------- | -------------------------------- |
| `samples` | `LATENT`   | 生成的潜在视频样本，包含全零的张量，适用于后续的处理和生成任务。 |
