-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
dream.py issue on M1 Mac: torch._C' has no attribute '_cuda_resetPeakMemoryStats' #234
Comments
I can reproduce it on MAC M1 pro, if I just run img2text directly works as expected |
Same issue here - txt2img script works fine but dream fails with this error |
Seems like this is a kind of a patch, however returning black squares. |
Just comment out
|
Can confirm that the original scripts work: I just generated Sheldon Cooper as a GTA character, no issues with txt2img.py.
Thanks! Just tried this, but I don't seem to be getting output. It still seems to be trying to use cuda - but the 'it' here appears to be dream.py (as best as I can make out) and not the sd scripts themselves.
|
This is fixed in pull request #256. Just waiting for a code review to merge. |
Thanks, much appreciated! |
) * fix AttributeError crash when running on non-CUDA systems; closes issue invoke-ai#234 and issue invoke-ai#250 * although this prevents dream.py script from crashing immediately on MPS systems, MPS support still very much a work in progress.
M1 Mac. After model load,
this error happens:
I've done all the steps in trouble-shooting: as far as I can tell, loading is not an issue. What am I doing wrong?
The text was updated successfully, but these errors were encountered: