"docker/vscode:/vscode.git/clone" did not exist on "3e3d46924b4fd1fa36ccbc5605ed619cdcc00dbf"
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>
Showing
Please register or sign in to comment