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

Update README.md for MPS cases #149

Closed Atomic-Germ closed 1 year ago

Atomic-Germ commented 1 year ago

Adds a small note to change torch_dtype=torch.float16 to torch_dtype=torch.float32 in the case of a Mac M1 (and related).

To be included in #146, "fixes" #125