Skip to main content
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

ParameterDescriptionData Type
widthSpecifies the width of the latent image to be generated. This parameter directly influences the spatial dimensions of the resulting latent representation.INT
heightDetermines 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_sizeControls 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

ParameterDescriptionData Type
latentThe 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