hpcaitech / Open-Sora

Open-Sora: Democratizing Efficient Video Production for All
https://hpcaitech.github.io/Open-Sora/
Apache License 2.0
20.1k stars 1.91k forks source link

Frame interpolation in v1.2 #545

Open AdGit17 opened 1 week ago

AdGit17 commented 1 week ago

Hello,

Thank you for making this amazing project publicly available!

I noticed in v1.1 that there is support for using alternating input masks to achieve frame interpolation (fps -> 2x fps).

Is this still supported in v1.2? If so, is there a way to easily specify a mask strategy to get 2x fps, 4x fps, etc. without having to manually place each frame from reference to target?

Thank you!