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

# EmptyLatentImage - ComfyUI Built-in Node Documentation

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

`EmptyLatentImage` 节点用于生成具有指定尺寸和批次大小的空白潜空间表示。该节点是在潜空间中生成或操作图像的基础步骤，为后续的图像合成或修改过程提供起点。

## 输入

| 参数     | 描述                                   | 数据类型  |
| ------ | ------------------------------------ | ----- |
| `宽度`   | 指定要生成的潜图像的宽度。此参数直接影响生成的潜表示的空间维度。     | `INT` |
| `高度`   | 确定要生成的潜图像的高度。此参数对于定义潜空间表示的空间维度至关重要。  | `INT` |
| `批量大小` | 控制单个批次中生成的潜图像数量。这允许同时生成多个潜表示，便于批量处理。 | `INT` |

## 输出

| 参数       | 描述                                      | 数据类型     |
| -------- | --------------------------------------- | -------- |
| `latent` | 输出是一个表示一批空白潜图像的张量，作为在潜空间中进一步生成或操作图像的基础。 | `LATENT` |

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