Thank you for your open-source contribution! It seems that the original code sets the reference aspect ratio to 0.571. For Image-to-Video (I2V) tasks, I want InfinityStar to generate videos with the same aspect ratio as the input image.
To achieve this, I replaced the hardcoded 0.571 with the aspect ratio of the input image and selected the most suitable matching ratio from the predefined templates. However, I noticed that the performance for other aspect ratios is not as good as that for 0.571.
Do you have any plans for future improvements regarding this?