Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with MacOSX? #29

Open
nachiket opened this issue Dec 24, 2023 · 0 comments
Open

Compatibility with MacOSX? #29

nachiket opened this issue Dec 24, 2023 · 0 comments

Comments

@nachiket
Copy link

I have got Stable Diffusion working with Apple M3 Silicon as per the instructions from diffusers for MPS https://huggingface.co/docs/diffusers/optimization/mps.

I was trying to get something similar setup for Q-Diffusion, but the PyTorch cuda dependencies seem to be making this trickier. I did a manual fix to use "mps" torch_device, but I see calls to .cuda() throughput the code. I tried replacing those calls, but couldn't quite get it working. I imagine I need a different environment.yaml file for Mac but preliminary trial and errors aren't quite cutting it.

Has anyone managed to get this to work with Apple Mx silicon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant