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

# EmptyARVideoLatent - ComfyUI Built-in Node Documentation

> EmptyARVideoLatent 节点用于为视频生成创建一个空白潜在表示。

EmptyARVideoLatent 节点用于为视频生成创建一个空白潜在表示。它使用指定的宽度、高度、帧数和批次大小构建一个全零张量，可用于初始化视频生成流程。

## 输入

| 参数           | 描述                     | 数据类型 | 必需 | 范围               |
| ------------ | ---------------------- | ---- | -- | ---------------- |
| `width`      | 视频帧的宽度，以像素为单位（默认值：832） | INT  | 是  | 16 至 8192（步长：16） |
| `height`     | 视频帧的高度，以像素为单位（默认值：480） | INT  | 是  | 16 至 8192（步长：16） |
| `length`     | 视频中的帧数（默认值：81）         | INT  | 是  | 1 至 1024（步长：4）   |
| `batch_size` | 单批次中生成的视频数量（默认值：1）     | INT  | 是  | 1 至 64           |

注意：内部潜在尺寸由这些输入推导得出。`width` 和 `height` 会除以 8，潜在时间步数则按 `((length - 1) // 4) + 1` 计算。

## 输出

| 输出名称     | 描述                                                                                                                                                       | 数据类型   |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `LATENT` | 一个填充为零的潜在张量，表示具有指定尺寸、长度和批次大小的空白视频潜在空间。张量形状为 \[batch\_size, 16, lat\_t, height/8, width/8]，其中 lat\_t = ((length - 1) // 4) + 1，是根据所请求的 length 推导出的潜在时间步数。 | LATENT |

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

***

**Source fingerprint (SHA-256):** `02ed3c96d94f2a3df9fb5315a5312e5280b9bee280369eb1218ba10bc122e609`
