VAE Encode + Dimensions (Arctenox's Essentials)

ArctenoxVAEEncode

Encode an IMAGE to a LATENT via VAE, with dimension pass-through. Outputs: • latent – encoded latent (ready for KSampler / Refiner) • width – source image pixel width (INT) • height – source image pixel height (INT) The dimension outputs let you wire resolution directly into nodes like KSampler Refiner (target_width / target_height) or Cost Estimator without adding a separate Image Dimensions node. Tiled encode reduces peak VRAM for large images at the cost of potentially very subtle seam artifacts at extreme resolutions.

Pack: Arctenoxs-Essentials_ComfyUI

custom_nodes.Arctenoxs-Essentials_ComfyUI

Inputs (3)

NameTypeRequired
imageIMAGErequired
vaeVAErequired
tile_encodeBOOLEANoptional

Outputs (3)

NameType
latentLATENT
widthINT
heightINT