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 EmptySD3LatentImage node creates a blank latent image tensor specifically formatted for Stable Diffusion 3 models. It generates a tensor filled with zeros that has the correct dimensions and structure expected by SD3 pipelines. This is commonly used as a starting point for image generation workflows.

Inputs

ParameterData TypeRequiredRangeDescription
widthINTYes16 to MAX_RESOLUTION (step: 16)The width of the output latent image in pixels (default: 1024)
heightINTYes16 to MAX_RESOLUTION (step: 16)The height of the output latent image in pixels (default: 1024)
batch_sizeINTYes1 to 4096The number of latent images to generate in a batch (default: 1)

Outputs

Output NameData TypeDescription
LATENTLATENTA latent tensor containing blank samples with SD3-compatible dimensions