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

# EmptyLTXVLatentVideo - ComfyUI Built-in Node Documentation

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

EmptyLTXVLatentVideo 节点用于创建视频处理所需的空潜在张量。它生成具有指定尺寸的空白起始点，可作为视频生成工作流程的输入。该节点会生成一个零填充的潜在表示，其宽度、高度、长度和批次大小均可配置。

## 输入参数

| 参数     | 数据类型 | 必填 | 取值范围                 | 描述                       |
| ------ | ---- | -- | -------------------- | ------------------------ |
| `宽度`   | INT  | 是  | 64 至 MAX\_RESOLUTION | 潜在视频张量的宽度（默认值：768，步长：32） |
| `高度`   | INT  | 是  | 64 至 MAX\_RESOLUTION | 潜在视频张量的高度（默认值：512，步长：32） |
| `长度`   | INT  | 是  | 1 至 MAX\_RESOLUTION  | 潜在视频的帧数（默认值：97，步长：8）     |
| `批量大小` | INT  | 否  | 1 至 4096             | 批次中生成的潜在视频数量（默认值：1）      |

## 输出结果

| 输出名称      | 数据类型   | 描述                  |
| --------- | ------ | ------------------- |
| `samples` | LATENT | 生成的空潜在张量，在指定维度上均为零值 |
