"vscode:/vscode.git/clone" did not exist on "2d580e7a8991b77f4bdc940fcc23b70c9fdc6b1e"
Support LMSDiscreteScheduler in LDMPipeline (#891)
* Support LMSDiscreteScheduler in LDMPipeline
This is a small change to support all schedulers such as LMSDiscreteScheduler in LDMPipeline.
What's changed
-------
* Add the `scale_model_input` function before `step` to ensure correct denoising (L77)
* Add "scale the initial noise by the standard deviation required by the scheduler"
* run `make style`
Co-authored-by:
Anton Lozhkov <anton@huggingface.co>
Showing
Please register or sign in to comment