Nodes/ComfyUI-BCNodes/SeedVR2 VAE Decode
ComfyUI Node

SeedVR2 VAE Decode

A ComfyUI node in BCNodes/seedvr2 with 6 inputs and 1 output.

By 0xBeycan·Created 3 days ago·Updated a day ago· 0
SeedVR2 VAE Decode
  • samples
  • vae
  • IMAGE
◄tile_size1024►
◄overlap256►
◄temporal_size64►
◄temporal_overlap8►
CategoryBCNodes/seedvr2

Inputs (6)

NameTypeDefaultDescription
samplesLATENT—
vaeVAE—
tile_sizeINT102464–4096Spatial tile in pixels, as VAE Encode/Decode (Tiled). A tile that covers the frame means no tiling.
overlapINT2560–4096—
temporal_sizeINT648–4096Ignored, as it is by the SeedVR2 VAE in VAE Encode/Decode (Tiled): the causal VAE slices time itself.
temporal_overlapINT84–4096Ignored, as it is by the SeedVR2 VAE in VAE Encode/Decode (Tiled).

Outputs (1)

NameTypeDescription
IMAGEIMAGEDecoded frames (B*T, H, W, 3), float16, values in [0, 1].