xinsir6 / ControlNetPlus

ControlNet++: All-in-one ControlNet for image generations and editing!
Apache License 2.0
1.64k stars 33 forks source link

denoising_end option from HF diffusers libriary #49

Open Crized-bit opened 1 month ago

Crized-bit commented 1 month ago

I compared your code with diffusers original implementation and didn't quite understand why denoising_end key was removed from both pipelines, as well as impementation. Also, in call method, line 748 of that pipe, you removed **kwargs.

Is that a correct behavior, and if it is, what's the idea behind those changes?