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

💪TB | Tiny Encode

Encode an image into a latent representation 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 Encode
  • image
  • vae
  • latent
tile_size512px
overlap100%
Category💪TinyBreaker/latent

Inputs (4)

NameTypeDefaultDescription
imageIMAGEThe image to be encoded to a latent representation.
vaeVAEThe VAE model used for encoding the image.
tile_sizeCOMBO512pxThe size of the tiles used to divide the image into smaller regions for processing, expressed in pixels of the input 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
latentLATENTLatent representation of the input image.