xinsir6 / ControlNetPlus

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

Added support for diffusers 0.30.0 #51

Open Crized-bit opened 3 months ago

Crized-bit commented 3 months 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.