Closed GSeanCDAT closed 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
ds_factor
Thanks for letting me know, I was wondering about that initially, makes sense now!
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