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.36k stars 114 forks source link

Training failed with missing values on BrushData #70

Open xduzhangjiayu opened 3 weeks ago

xduzhangjiayu commented 3 weeks ago

Describe the bug

I trained BrushNet with BrushData, but some values of BrushData (e.g. width, height or segmentation) is missing, so the training is broken in dataloader process, is anyone meet the same issue with me and know how to fix it (skip this data and continue training) in training code, thanks so much.

Reproduction

Run train_brushnet.py with BrushData

Logs

No response

System Info

Diffusers: 0.31.0 torch: 2.4.0

Who can help?

No response