diffusers
5cda8ea5
- Use `randn_tensor` to replace `torch.randn` (#10535)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#10535 - Use `randn_tensor` to replace `torch.randn`
Author
lmxyy
Parents
36acdd75
Loading