This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe EmptyFlux2LatentImage node creates a blank, empty latent representation. It generates a tensor filled with zeros, which serves as a starting point for the Flux model’s denoising process. The dimensions of the latent are determined by the input width and height, scaled down by a factor of 16.
Inputs
Note: The
width and height inputs must be divisible by 16, as the node internally divides them by this factor to create the latent dimensions.