BrushNet icon indicating copy to clipboard operation
BrushNet copied to clipboard

[ECCV 2024] The official implementation of paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion"

Results 69 BrushNet issues
Sort by recently updated
recently updated
newest added

# What does this PR do? fixed typo, evluation -> evaluation ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other...

There is an option like strength, what I want is for the masked part to take the color of the original image.

### Model/Pipeline/Scheduler description Hi, I am trying to inpaint a person in specific pose. Is it possible to use controlnet with this repo? ### Open source status - [ ]...

Code I've noticed a detail that during training, the mask uses INTER_CUBIC and the latent dimension of the mask has continuous values between 0 and 1. However, during inference, it...

Can this network be trained with SDXL pretrained models?

It is recommended to upload the ckpt to Hugging Face, as there are always download failures with Google Drive.

![rabbit](https://github.com/TencentARC/BrushNet/assets/155818896/c8781b79-4a3b-42c6-8e6b-c2c065d2314f) ![bird](https://github.com/TencentARC/BrushNet/assets/155818896/4824a291-1b13-40b3-b011-d65a182bcfb4) When I tried the huggingface demo, I found that the shape of the object was always very close to the shape of the mask, and it was very...

Hi, thanks for your code. I have a question, if I want to remove an object (for example I want to remove this blueberry), how should I write the prompt?...

### Describe the bug When I visit the HuggingFace demo page here: https://huggingface.co/spaces/TencentARC/BrushNet It fails to load with the saying `Runtime error Memory limit exceeded (46Gi)`. ### Reproduction Simply visit:...

bug

Thank you for opening source this work and the result is wonderful! But I met met a problem when I tried to edit cartoon images: - Checkpoint: AnythingV5_Ink. - Brushnet...