Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
widthINTYes16 to MAX_RESOLUTIONThe width of the latent image in pixels (default: 1024, must be divisible by 16)
heightINTYes16 to MAX_RESOLUTIONThe height of the latent image in pixels (default: 1024, must be divisible by 16)
batch_sizeINTNo1 to 4096The number of latent images to generate in a batch (default: 1)

Outputs

Output NameData TypeDescription
samplesLATENTThe generated empty latent image tensor with specified dimensions