kijai / ComfyUI-GIMM-VFI

Other
167 stars 5 forks source link

Adjust ds_factor between 0 and 1 for high resolution interpolation #9

Closed GSeanCDAT closed 1 week ago

GSeanCDAT commented 1 week ago

Hi Kijai, Thanks for your nice repo. We just fixed a bug in our GIMM-VFI repository. The ds_factor should be a floating-point number between 0 and 1. It can be adjusted for frame interpolation in high-resolution videos (e.g., 2K, 4K). This bug seems to also affect the code in your repo. https://github.com/kijai/ComfyUI-GIMM-VFI/blob/f92fffa2dfa242801a8656bf15190c34030d1718/nodes.py#L141

kijai commented 1 week ago

Thanks for letting me know, I was wondering about that initially, makes sense now!