-
Notifications
You must be signed in to change notification settings - Fork 423
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
The code cannot run normally on M1 Mac. Please help me, thank you #176
Comments
Remove |
Is it possible to run this on a M1 mac? Otherwise I can skip the paid resources!! |
I get this error when running
pip install accelerate
|
@nateraw you have any idea? |
I do not have a M1 machine so I have no way of debugging/reproducing any issues here or fixing them :(. If someone with an M1 wants to help, it would be much appreciated. @quintendewilde The first part of your message is just a warning, afaik. The second part looks like something was trying to get set to a cuda device, which would fail on M1. Did you run similar code as OP? If not, please send what you were running. |
this one is working for me pipeline = StableDiffusionWalkPipeline.from_pretrained( |
I executed this code on the mac of M1
and then reported the following error after clicking submit in the browser. I don't know how to modify it.
The text was updated successfully, but these errors were encountered: