Great work!
The inference.py likes only supporting generate videos with 81 frames (5s). If I want to generate videos such as 10s, how to modify the inference.py? I've tried to achieve this by setting num_frames in default_config.yaml to 161, but it didn't works.
Thanks!