TencentARC / BrushNet

[ECCV 2024] The official implementation of paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion"
https://tencentarc.github.io/BrushNet/
Other
1.37k stars 114 forks source link

Diffusers integration #27

Open attashe opened 5 months ago

attashe commented 5 months ago

Is diffusers support planned? I made a version for myself in this repository: https://github.com/attashe/BrushNetSimple I patched diffusers lib but official PR could be better

juxuan27 commented 5 months ago

Hi, @attashe ! Thank you for your focus! Yes, we will make an official PR. I plan to do that after the better SDXL version is trained. But we would really appreciate it if you would like to help us complete the PR. You can email me if you would like to help us do that! (My email is juxuan.27@gmail.com)

cs-mshah commented 2 months ago

@juxuan27 Can we have this officially merged to diffusers since the new SDXL checkpoint has been trained? The integration with https://github.com/TencentARC/BrushNet/issues/56 and ControlNet would be very helpful.