> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/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.

空白的潜空间图像，你可以把它理解成为画布，此节点设计用于生成具有指定维度和批量大小的空白潜在空间表示。该节点是生成或操作潜在空间中图像的基础步骤，为进一步的图像合成或修改过程提供了起点。

## 输入

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

## 输出

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