Open bghira opened 6 months ago
cc @sayakpaul
Thanks for reporting. I think it's better to keep this issue open rather than take immediate action. More so because we continue to see very little usage for DeepFloyd IF (likely because of the restricted license) :(
i think this problem is just exhibited very strongly in DeepFloyd samples and most likely impacts every single model on MPS (with varying levels of impact)
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Describe the bug
Just to keep track of this issue, because I'm not sure if I've done something wrong or if it's due to the current issues in Pytorch's MPS support.
I'm having bad results running inference on Apple MPS with DeepFloyd stage I / II in Diffusers:
Stage I (400M)
CPU (float32)
MPS (float32)
Stage II (450M)
CPU (float32)
MPS (float32)
Reproduction
I modified the value for if mps is available between 'mps' and 'cpu' manually for this test
Logs
No response
System Info
diffusers
version: 0.27.2Who can help?
No response