"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "76bd77bc5637237d8fe8c021ed97be16e6491f60"
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