-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.
You did a great job an this is one line fix.
Please, replace ComfyUI/comfy/ldm/models/diffusion/ddim.py, line 21
attr = attr.to(self.device)
with
attr = attr.to(torch.float32).to(self.device)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels