Nodes/ComfyUI-TinyBreaker/💪TB | Tiny Decode
ComfyUI Node

💪TB | Tiny Decode

Decode a latent representation back into an image using the provided VAE. This node optimizes memory usage by dividing the process into smaller tiles.

By martin-rizzo·Created 2 years ago·Updated 12 months ago· 42
💪TB | Tiny Decode
  • latent
  • vae
  • image
tile_size512px
overlap100%
Category💪TinyBreaker/latent

Inputs (4)

NameTypeDefaultDescription
latentLATENTThe latent representation to decode back into image.
vaeVAEThe VAE model used for decoding the latent representation.
tile_sizeCOMBO512pxThe size of the tiles used to divide the input latent into smaller regions for processing, expressed in pixels of the output image. A lower tile size reduces memory usage but may result in lower image quality.
overlapCOMBO100%The percentage of overlap between adjacent tiles.

Outputs (1)

NameTypeDescription
imageIMAGEThe decoded image.