nateraw / stable-diffusion-videos

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

Video FPS #106

Closed entangledloops closed 1 year ago

entangledloops commented 1 year ago

When I create a video with 3 prompts using the following settings:

# Interpolation Steps between prompts - 48
FPS - 24

I would expect a 4 second output.

Transition prompt 1 -> prompt 2 is 48 steps
Transition prompt 2 -> prompt 3 is 48 steps
--------------------
96 steps / 24 FPS = 4 seconds

But what I actually get is a 2 second video. Could you enlighten me?

entangledloops commented 1 year ago

Ah, you need to provide one seed / each prompt or it just ignores prompts.