This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe EmptyMochiLatentVideo node creates an empty latent video tensor with specified dimensions. It generates a zero-filled latent representation that can be used as a starting point for video generation workflows. The node allows you to define the width, height, length, and batch size for the latent video tensor.
Inputs
Note: The actual latent dimensions are calculated as width/8 and height/8, and the temporal dimension is calculated as ((length - 1) // 6) + 1.