Picsart-AI-Research / Text2Video-Zero

[ICCV 2023 Oral] Text-to-Image Diffusion Models are Zero-Shot Video Generators
https://text2video-zero.github.io/
Other
4.07k stars 352 forks source link

Frame rate #5

Open maralzar opened 1 year ago

maralzar commented 1 year ago

How can we change FPS in making video?

dillfrescott commented 1 year ago

I would also like to know this

yinkangning0124 commented 1 year ago

Yeah, the example in the huggingface seems to have a very low FPS

rob-hen commented 1 year ago

Once all images have been created, a video is generated. The fps for the resulting video is configured in this line: https://github.com/Picsart-AI-Research/Text2Video-Zero/blob/fd76734e06aadb1dee83d2b7a368b14bdaa35565/utils.py#L113 .