ComfyUI Node
SeedVR2 Resize
A ComfyUI node in BCNodes/seedvr2 with 5 inputs and 2 outputs.
SeedVR2 Resize
- image
- image
- reference
◄upscale_factor2.00►
◄downscale_factor0.50►
◄max_resolution4096►
◄emulate_bf16true►
CategoryBCNodes/seedvr2
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| upscale_factor | FLOAT | 2.000.01–16 | Shortest edge of the output = shortest edge of the input × this (the resize resolution, computed from the original image). |
| downscale_factor | FLOAT | 0.500.01–1 | Lanczos downscale applied first, like ImageScaleBy(lanczos). 1 = none. |
| max_resolution | INT | 40960–16384 | Cap on the longest edge, 0 = none. |
| emulate_bf16 | BOOLEAN | true | Resize `image` in bfloat16 on the GPU when CUDA is available. Without CUDA the resize runs in float32. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The frames the VAE encodes: downscaled, resized, clamped, padded to a multiple of 16 and to 4n+1 frames, float16. Wire to VAE Encode. |
| reference | IMAGE | The colour-correction reference: float32 resize stored as float16, cropped to even, not padded. Wire to SeedVR2 PostProcess. |