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

add frame number while running #116

Closed lolzemeister closed 1 year ago

lolzemeister commented 1 year ago

image As you can see in this example, it's very hard to tell where I actually am in the total completion of the video. It would be helpful to have the frame number somewhere here so I can see how close the video actually is to completion. Sorry if this is already included somewhere.

nateraw commented 1 year ago

Perhaps just a more descriptive progress bar is needed that'll show 100% as the completion of the video. We'd disable the one is the call function and use our own. I will look into it.