Inputs
| Parameter | Description | Data Type | Required | Range |
|---|---|---|---|---|
samples | The latent representation to be decoded into images | LATENT | Yes | - |
vae | The VAE model used for decoding the latent samples | VAE | Yes | - |
tile_size | The size of each tile for processing (default: 512) | INT | Yes | 64-4096 (step: 32) |
overlap | The amount of overlap between adjacent tiles (default: 64) | INT | Yes | 0-4096 (step: 32) |
temporal_size | Only used for video VAEs: Amount of frames to decode at a time (default: 64) | INT | Yes | 8-4096 (step: 4) |
temporal_overlap | Only used for video VAEs: Amount of frames to overlap (default: 8) | INT | Yes | 4-4096 (step: 4) |
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. The node also accounts for the VAE’s internal compression ratios when calculating tile and overlap sizes for both spatial and temporal dimensions.
Outputs
| Output Name | Description | Data Type |
|---|---|---|
IMAGE | The decoded image or images generated from the latent representation | IMAGE |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Source fingerprint (SHA-256):
193d5cb219d66855ae581d3e4488b7b6ae3a45b735fb0f9f784fea1f5d466e46