diffusers
diffusers copied to clipboard
Do not use torch.long in mps
Fixes #1056.
Another option is to unconditionally use torch.float32 in all platforms (both int and float are accepted as inputs), what do you think?
The documentation is not available anymore as the PR was closed or merged.