nateraw / stable-diffusion-videos

Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
Apache License 2.0
4.34k stars 413 forks source link

why i generate video never large than 1 second ? #205

Open heming79 opened 3 months ago

heming79 commented 3 months ago

why i generate video never large than 1 second ? python run_app.py ; Then I use website sumbit 。 The Result always 1 second 。

nateraw commented 2 months ago

the duration of the video is a product of how many prompts you have, what your fps is set to, and what the num_interpolation_steps is set to. You can find an in depth answer to this question here: https://github.com/nateraw/stable-diffusion-videos/discussions/136#discussioncomment-4682396