xinsir6 / ControlNetPlus

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

Added support for diffusers 0.30.0 #51

Open Crized-bit opened 1 month ago

Crized-bit commented 1 month ago

Added denoising_end in both pipes, as well as **kwargs.

You should consider fixing imports and adding **kwargs. Please, check typings - they are not right sometimes.

Also, for unification of interface, consider using same variable name for list of control images for both pipes.