> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EmptyChromaRadianceLatentImage - ComfyUI Built-in Node Documentation

> The EmptyChromaRadianceLatentImage node creates a blank latent image with specified dimensions for use in chroma radiance workflows.

The EmptyChromaRadianceLatentImage node creates a blank latent image with specified dimensions for use in chroma radiance workflows. It generates a tensor filled with zeros that serves as a starting point for latent space operations. The node allows you to define the width, height, and batch size of the empty latent image.

## Inputs

| Parameter    | Description                                                                       | Data Type | Required | Range                 |
| ------------ | --------------------------------------------------------------------------------- | --------- | -------- | --------------------- |
| `width`      | The width of the latent image in pixels (default: 1024, must be divisible by 16)  | INT       | Yes      | 16 to MAX\_RESOLUTION |
| `height`     | The height of the latent image in pixels (default: 1024, must be divisible by 16) | INT       | Yes      | 16 to MAX\_RESOLUTION |
| `batch_size` | The number of latent images to generate in a batch (default: 1)                   | INT       | No       | 1 to 4096             |

Note: `width` and `height` are defined with a step of 16, so they must be multiples of 16.

## Outputs

| Output Name | Description                                                                                                | Data Type |
| ----------- | ---------------------------------------------------------------------------------------------------------- | --------- |
| `samples`   | The generated empty latent image tensor filled with zeros, with the shape batch\_size x 3 x height x width | 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/EmptyChromaRadianceLatentImage/en.md)

***

**Source fingerprint (SHA-256):** `870cc89fb021c258c214db153cda0a32a63da1b6bf92f09cbd3b8498c363096b`
