Nodes/comfyui-vae-float32/VAE Decode (float32, no clamp)
ComfyUI Node

VAE Decode (float32, no clamp)

VAE Decode without the [0,1] clamp, optionally in float32. Works with any VAE - it probes the VAE's own output transform rather than assuming one.

By AndreiOrehov·Created 13 days ago·Updated 12 days ago· 3
VAE Decode (float32, no clamp)
  • samples
  • vae
  • image
  • range_report
keep_out_of_rangetrue
precisionfloat32
tiledfalse
tile_size384
overlap64
temporal_size4096
temporal_overlap8
Categoryvae_float32

Inputs (9)

NameTypeDefaultDescription
samplesLATENT
vaeVAE
keep_out_of_rangeBOOLEANtrueOff reproduces stock ComfyUI exactly. On keeps the decoder's undershoot/overshoot so an EXR can carry it.
precisionCOMBOfloat32Most VAEs run in bfloat16, which quantises the output to roughly 10 bits. float32 costs ~3x decode time and 2x VAE VRAM.
tiledBOOLEANfalseTiled decoding, for frame counts / resolutions that will not fit.
tile_sizeoptINT38464–4096Cut THIS before reaching for temporal tiling.
overlapoptINT640–4096
temporal_sizeoptINT40968–4096Video VAEs only. Leave high: a temporal tile edge has no context and the blend leaves a soft frame on every seam. Use Tile Seam Check.
temporal_overlapoptINT84–4096

Outputs (2)

NameTypeDescription
imageIMAGE
range_reportSTRING