File size: 1,176 Bytes
61ae0cb b4a2f59 61ae0cb b4a2f59 61ae0cb a778cbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: Diffree
emoji: πΌ
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 4.26.0
app_file: app.py
pinned: false
license: mit
---
# Diffree
<p align="center">
<a href="https://arxiv.org/pdf/2407.16982"><u>[π Arxiv]</u></a>
<a href="https://github.com/OpenGVLab/Diffree"><u>[π Code]</u></a>
</p>
[Diffree](https://arxiv.org/pdf/2407.16982) is a diffusion model that enables the addition of new objects to images using only text descriptions, seamlessly integrating them with consistent background and spatial context.
In this repo, we provide the [π€ Hugging Face demo](https://huggingface.co/spaces/LiruiZhao/Diffree) for Diffree, and you can also download our model via [π€ Checkpoint](https://huggingface.co/LiruiZhao/Diffree).
## Citation
If you found this work useful, please consider citing:
```
@article{zhao2024diffree,
title={Diffree: Text-Guided Shape Free Object Inpainting with Diffusion Model},
author={Zhao, Lirui and Yang, Tianshuo and Shao, Wenqi and Zhang, Yuxin and Qiao, Yu and Luo, Ping and Zhang, Kaipeng and Ji, Rongrong},
journal={arXiv preprint arXiv:2407.16982},
year={2024}
}
``` |