This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe VAEDecodeTiled node decodes latent representations into images using a tiled approach to handle large images efficiently. It processes the input in smaller tiles to manage memory usage while maintaining image quality. The node also supports video VAEs by processing temporal frames in chunks with overlap for smooth transitions.
Inputs
Note: The node automatically adjusts overlap values if they exceed practical limits. If
tile_size is less than 4 times the overlap, the overlap is reduced to one quarter of the tile size. Similarly, if temporal_size is less than twice the temporal_overlap, the temporal overlap is halved.