-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Bug]: TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead. #36
Comments
Try extracting |
That worked great, thanks! |
My problem is like yours: Epoch GPU_mem box_loss cls_loss dfl_loss Instances Size How can I solve this? Thank you! |
This bug is fixed in both 20230831_experimental and v1.6.0-mac-builds so I'm closing this issue. @marconileal Is this different software you need support with? I'd recommend creating an issue on the repository for that software if that is the case. |
Is there an existing issue for this?
What happened?
I tried installing the 20230822 release. It installed successfully, but when I copied in a model into /models/Stable-diffusion, it fails. The UI does launch, but the model does not load and it does not run properly. This model runs fine on the regular stable-diffusion-webui. I did notice that a
.ckpt
model worked fine, but.safetensors
does not seem to work.This is on a MacBookAir M1 2020, on Ventura 13.5.1.
Steps to reproduce the problem
.safetensors
modelWhat should have happened?
Model should load
Commit where the problem happens
ac11482
What platforms do you use to access the UI ?
MacOS
What browsers do you use to access the UI ?
Apple Safari
Command Line Arguments
No. I tried modifying to match my custom arguments on regular stable-diffusion-webui (`export COMMANDLINE_ARGS="--skip-torch-cuda-test --no-half --upcast-sampling --opt-sub-quad-attention --use-cpu interrogate"`), but it still crashed.
List of extensions
No
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: