"...models/git@developer.sourcefind.cn:OpenDAS/diffusers.git" did not exist on "1c60e094de0b4f86e7bf13009f4d49a27073b9f5"
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