-
Notifications
You must be signed in to change notification settings - Fork 82
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
Can't run on MacBook #14
Comments
Getting the same thing |
I managed to run it with following modifications:
Like this: stable-diffusion-webui-pixelization % grep -B3 cpu pixelization/models/networks.py
if len(gpu_ids) > 0:
# assert(torch.cuda.is_available())
# net.to(gpu_ids[0])
net = torch.nn.DataParallel(net, 'cpu') # multi-GPUs
stable-diffusion-webui-pixelization %
Enjoy. |
I am also having the same problem. |
I tried altering the files exactly as you described, after a complete restart of Automatic1111 and terminal, the pixelation option disappear's from the webui (in the extras tab). Any idea what's happening or what I can do to get it to run (on an M1 Mac)? |
This worked perfectly for me, Thanks! |
I could not get it to work this way |
Worked for me 👍 |
Is it possible to run on CPU?
The text was updated successfully, but these errors were encountered: