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

Upgrade dependency: diffusers to 0.21 #201

Open AndreiRegiani opened 9 months ago

AndreiRegiani commented 9 months ago

Actual: diffusers==0.11.1 (from requirements.txt) Expected: diffusers==0.21.*

The latest stable version of diffusers is no longer compatible with stable-diffusion-videos, making it hard to mix different diffusers models within the same project.