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

Allow MPS devices to use the gradio interface #105

Closed ggozad closed 1 year ago

ggozad commented 1 year ago

torch.Generator is not yet available for MPS devices. Here's a small fix to fallback to cpu.

nateraw commented 1 year ago

LGTM! Thanks so much for this...in back of my head I knew this was an issue but didn't have chance to fix it.