stable-diffusion-videos icon indicating copy to clipboard operation
stable-diffusion-videos copied to clipboard

why i generate video never large than 1 second ?

Open heming79 opened this issue 11 months ago • 1 comments

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

heming79 avatar Mar 19 '24 08:03 heming79

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

nateraw avatar May 07 '24 19:05 nateraw