The `EmptyLatentImage` node is designed to generate a blank latent space representation with specified dimensions and batch size. This node serves as a foundational step in generating or manipulating images in latent space, providing a starting point for further image synthesis or modification processes.

## Inputs

| Parameter | Description | Data Type |
| --- | --- | --- |
| `width` | Specifies the width of the latent image to be generated. This parameter directly influences the spatial dimensions of the resulting latent representation. | `INT` |
| `height` | Determines the height of the latent image to be generated. This parameter is crucial for defining the spatial dimensions of the latent space representation. | `INT` |
| `batch_size` | Controls the number of latent images to be generated in a single batch. This allows for the generation of multiple latent representations simultaneously, facilitating batch processing. | `INT` |

## Outputs

| Parameter | Description | Data Type |
| --- | --- | --- |
| `latent` | The output is a tensor representing a batch of blank latent images, serving as a base for further image generation or manipulation in latent space. | `LATENT` |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EmptyLatentImage/en.md)
