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

# EmptyARVideoLatent - ComfyUI Built-in Node Documentation

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

## 概述

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           |

## 输出

| 输出名称     | 描述                                                                                                         | 数据类型   |
| -------- | ---------------------------------------------------------------------------------------------------------- | ------ |
| `LATENT` | 一个填充为零的潜张量，表示具有指定尺寸、长度和批次大小的空视频潜空间。张量形状为 \[batch\_size, 16, lat\_t, height/8, width/8]，其中 lat\_t 根据长度计算得出。 | LATENT |

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

***

**Source fingerprint (SHA-256):** `5ae25e2ccb24e627eae583d14c5bcba8b576a227b7a489f3cd4bc56738928513`
