ComfyUI Node
SeedVR2 VAE Decode
A ComfyUI node in BCNodes/seedvr2 with 6 inputs and 1 output.
SeedVR2 VAE Decode
- samples
- vae
- IMAGE
◄tile_size1024►
◄overlap256►
◄temporal_size64►
◄temporal_overlap8►
CategoryBCNodes/seedvr2
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| samples | LATENT | — | |
| vae | VAE | — | |
| tile_size | INT | 102464–4096 | Spatial tile in pixels, as VAE Encode/Decode (Tiled). A tile that covers the frame means no tiling. |
| overlap | INT | 2560–4096 | — |
| temporal_size | INT | 648–4096 | Ignored, as it is by the SeedVR2 VAE in VAE Encode/Decode (Tiled): the causal VAE slices time itself. |
| temporal_overlap | INT | 84–4096 | Ignored, as it is by the SeedVR2 VAE in VAE Encode/Decode (Tiled). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | Decoded frames (B*T, H, W, 3), float16, values in [0, 1]. |