-
Notifications
You must be signed in to change notification settings - Fork 18
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
MPS framework error #10
Comments
Hey @TomPJWyatt , thanks for reporting this error. I'm having trouble reproducing it, can you share the image you're having trouble with? |
Thanks Jordão, I've emailed you the image and full error |
I'm also getting the same error for my images |
Hi @rouarouatbi, the official segment-anything still needs to accept the changes to fix this issue. You can install the necessary changes, facebookresearch/segment-anything#122, with pip install git+https://github.com/DrSleep/segment-anything@mps-support And you have to set the environment variable |
Hey Jordão, thanks for this plugin, I'm excited to try it!
At the moment I'm getting the below error when I press Auto. Segm.
EmitLoopError: calling <psygnal._weak_callback._WeakMethod object at 0x16e052160> with args=(False,) caused TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead..
The text was updated successfully, but these errors were encountered: