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

# EmptyARVideoLatent - ComfyUI Built-in Node Documentation

> Documentation for EmptyARVideoLatent node.

## 概述

EmptyARVideoLatent 节点创建一个空白、空的潜在表示（latent representation），用于视频生成。它通过提供具有指定尺寸、宽高比和长度的零张量来初始化视频生成过程。

## 输入

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

## 输出

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

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

***

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