Nodes/ComfyUI-BCNodes/SeedVR2 Resize
ComfyUI Node

SeedVR2 Resize

A ComfyUI node in BCNodes/seedvr2 with 5 inputs and 2 outputs.

By 0xBeycan·Created 3 days ago·Updated a day ago· 0
SeedVR2 Resize
  • image
  • image
  • reference
◄upscale_factor2.00►
◄downscale_factor0.50►
◄max_resolution4096►
◄emulate_bf16true►
CategoryBCNodes/seedvr2

Inputs (5)

NameTypeDefaultDescription
imageIMAGE—
upscale_factorFLOAT2.000.01–16Shortest edge of the output = shortest edge of the input × this (the resize resolution, computed from the original image).
downscale_factorFLOAT0.500.01–1Lanczos downscale applied first, like ImageScaleBy(lanczos). 1 = none.
max_resolutionINT40960–16384Cap on the longest edge, 0 = none.
emulate_bf16BOOLEANtrueResize `image` in bfloat16 on the GPU when CUDA is available. Without CUDA the resize runs in float32.

Outputs (2)

NameTypeDescription
imageIMAGEThe frames the VAE encodes: downscaled, resized, clamped, padded to a multiple of 16 and to 4n+1 frames, float16. Wire to VAE Encode.
referenceIMAGEThe colour-correction reference: float32 resize stored as float16, cropped to even, not padded. Wire to SeedVR2 PostProcess.