Vchitect / LaVie

[IJCV 2024] LaVie: High-Quality Video Generation with Cascaded Latent Diffusion Models
Apache License 2.0
885 stars 59 forks source link

What configuration can be modified to modify the length of the output video #47

Open zsh123abc opened 11 months ago

zsh123abc commented 11 months ago

What configuration can be modified to modify the length of the output video

maxin-cn commented 11 months ago

What configuration can be modified to modify the length of the output video

You can modify the fps parameter in the save video function to change the length of the saved video (https://github.com/Vchitect/LaVie/blob/9fcf2f6b787c6a59eda6aadfbac878576c7cb4f2/base/pipelines/sample.py#L79).