--- title: BrushNet emoji: ⚡ colorFrom: yellow colorTo: indigo sdk: gradio sdk_version: 3.50.2 python_version: 3.9 app_file: app.py pinned: false license: apache-2.0 --- # BrushNet This repository contains the gradio demo of the paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion" Keywords: Image Inpainting, Diffusion Models, Image Generation > [Xuan Ju](https://github.com/juxuan27)12, [Xian Liu](https://alvinliu0.github.io/)12, [Xintao Wang](https://xinntao.github.io/)1*, [Yuxuan Bian](https://scholar.google.com.hk/citations?user=HzemVzoAAAAJ&hl=zh-CN&oi=ao)2, [Ying Shan](https://www.linkedin.com/in/YingShanProfile/)1, [Qiang Xu](https://cure-lab.github.io/)2*
> 1ARC Lab, Tencent PCG 2The Chinese University of Hong Kong *Corresponding Author

Project Page | Code | Arxiv | Data | Video |

## 🤝🏼 Cite Us ``` @misc{ju2024brushnet, title={BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion}, author={Xuan Ju and Xian Liu and Xintao Wang and Yuxuan Bian and Ying Shan and Qiang Xu}, year={2024}, eprint={2403.06976}, archivePrefix={arXiv}, primaryClass={cs.CV} } ``` ## 💖 Acknowledgement Our code is modified based on [diffusers](https://github.com/huggingface/diffusers), thanks to all the contributors!