> ## 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 노드는 비디오 생성을 위한 빈 잠재 표현(Latent Representation)을 생성합니다. 지정된 크기, 화면 비율 및 길이를 가진 0으로 채워진 텐서를 제공하여 비디오 생성 프로세스를 초기화하는 데 사용됩니다.

# 입력

| 매개변수         | 설명                           | 데이터 타입 | 필수 | 범위                  |
| ------------ | ---------------------------- | ------ | -- | ------------------- |
| `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` | 0으로 채워진 잠재 텐서로, 지정된 크기, 길이 및 배치 크기를 가진 빈 비디오 잠재 공간을 나타냅니다. 텐서 형태는 \[batch\_size, 16, lat\_t, height/8, width/8]이며, 여기서 lat\_t는 length 값에서 계산됩니다. | LATENT |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EmptyARVideoLatent/ko.md)

***

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