D222097

Results 7 issues of D222097

Thanks for your work! It's awesome! Could you release the weight of the face segmentation network? It would be great if it could be released.

In the example of lama, I found that the texture of masked area is reasonable but with chromatic aberration. What could be the reason for this? ![5089a2acbb6b480d73fa0557ac323b1e](https://github.com/advimman/lama/assets/50061868/8f0fc9a6-352c-4add-a059-248600368d7b) ![b13d8205e8c9ddf60959ee208f0d88f4](https://github.com/advimman/lama/assets/50061868/ec3f973f-8a28-4408-920e-77fe836bc923)

Hi, everyone! I'm struggling with the inpainting/outpainting, and quite confused about the input of the model in the training stage, hope can get some help😢 In **diffusers/examples/research_projects/multi_subject_dreambooth_inpainting/train_multi_subject_dreambooth_inpainting.py** @gzguevara and **diffusers/examples/research_projects/dreambooth_inpaint/train_dreambooth_inpaint.py**,...

Nice work! I'm wondering that why the input can be set this way during training? | image_GT?????| inpaint_image |inpaint_mask|ref_imgs| |--------------- | --------------- | ------------- | --------------- | |![img](https://github.com/Fantasy-Studio/Paint-by-Example/assets/50061868/6e5ce958-5981-44d1-a53d-86a5109d3fa3)|![masked_img](https://github.com/Fantasy-Studio/Paint-by-Example/assets/50061868/db9c4513-486a-413a-8195-7df892eb1cc1)|![msk](https://github.com/Fantasy-Studio/Paint-by-Example/assets/50061868/7dfe9233-b919-43c5-a4b0-97188d65f25c)|![ref_img](https://github.com/Fantasy-Studio/Paint-by-Example/assets/50061868/8b6a899f-5a9a-4f6c-9e60-a60d8dc88aa5)| In this...

Is it possible to disable xformers? How to?

Curious how mask works in the sdxl pipeline, my mask is modified by the code: `original_mask=(original_mask.sum(1)[:,None,:,:] < 0).to(image.dtype)` my original mask: ![val-mask-for-cond](https://github.com/TencentARC/BrushNet/assets/50061868/c9b18542-e0ac-4ab0-92b9-1b4b88e4a32f) after process: ![original_mask](https://github.com/TencentARC/BrushNet/assets/50061868/d85a01ef-0869-4043-9a0b-341915958e4f)

I'm trying to start Behavior-1K with WebRTC since I need to run the demo on a remote headless workstation and view it locally. I've followed the installation documentation and the...