diffusers
5cda8ea5 - Use `randn_tensor` to replace `torch.randn` (#10535)

Commit
298 days ago
Use `randn_tensor` to replace `torch.randn` (#10535) `torch.randn` requires `generator` and `latents` on the same device, while the wrapped function `randn_tensor` does not have this issue.
Author
Parents
Loading