diffusers
aa2ce41b - Fix img2img speed with LMS-Discrete Scheduler (#896)

Commit
2 years ago
Fix img2img speed with LMS-Discrete Scheduler (#896) Casting `self.sigmas` into a different dtype (the one of original_samples) is not advisable. In my img2img pipeline this leads to a long running time in the `integrate.quad` call later on- by long I mean more than 10x slower. Co-authored-by: Anton Lozhkov <anton@huggingface.co>
Author
Parents
Loading