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

Fix audio interpolation weight calculation #95

Closed nateraw closed 1 year ago

nateraw commented 1 year ago

The smooth option defaults to 0.0, which means just use normal audio influenced weights. A value of 1.0 would mean linear interpolation. anything in between is a smoothed version of the audio influenced weights, which is nice, as it lets you slide between images a bit more instead of being super jumpy.