ComfyUI Node: SVDRsizer
Authored by ShmuelRonen
Created 9 months ago
Updated 5 months ago
3 stars
Category
essentials
Inputs
image IMAGE
width INT
height INT
interpolation
- nearest
- bilinear
- bicubic
- area
- nearest-exact
- lanczos
keep_proportion BOOLEAN
Outputs
IMAGE
INT
INT
Extension: ComfyUI-SVDResizer
SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result.
Authored by ShmuelRonen