-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
On MAC : MPS Backend out of Memory problem #1489
Comments
i never used a MAC but to me reading "MPS backend out of memory..." is the same as reading "CUDA out of memory ...". about export PYTORCH_MPS_WATERMARK_RATIO=0.0 mentionned here (https://openprompt.co/conversations/4378) |
@LeF0URBE Now, I have my old PC next to it that only has the 1660 Nvidia with 6GB of VRam, both make the same image and the Mac has this error and the PC manages to do it. That's what I don't understand :( |
Don't know anything about Mac either, but I don't think it's too surprising:
|
Hi !
I have this problem when trying to render an image:
I previously read that I had to write this codes: export PYTORCH_MPS_WATERMARK_RATIO=0.0
unset PYTORCH_MPS_WATERMARK_RATIO
I did it, but nothing changes. I know I must be in a wrong folder maybe....
By the way, the images I am generating are being made simultaneously on a Mac mini M4 pro 24 GB Ram and with a PC Nvidia 1660. The PC goes brilliant... So I think the Mac is a little more powerful... Thaks :)
The text was updated successfully, but these errors were encountered: