Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Diffree
|
2 |
+
|
3 |
+
<p align="center">
|
4 |
+
<a href="https://arxiv.org/pdf/2407.16982"><u>[π Arxiv]</u></a>
|
5 |
+
|
6 |
+
<a href="https://arxiv.org/pdf/2407.16982"><u>[π Code]</u></a>
|
7 |
+
|
8 |
+
<a href="https://huggingface.co/spaces/LiruiZhao/Diffree"><u>[π€ Hugging Face Demo]</u></a>
|
9 |
+
</p>
|
10 |
+
|
11 |
+
[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.
|
12 |
+
|
13 |
+
In this repo, we provide the checkpoint for Diffree, and you can also explore and try our model via [π€ Hugging Face demo](https://huggingface.co/spaces/LiruiZhao/Diffree).
|
14 |
+
|
15 |
+
## Citation
|
16 |
+
If you found this work useful, please consider citing:
|
17 |
+
```
|
18 |
+
@article{zhao2024diffree,
|
19 |
+
title={Diffree: Text-Guided Shape Free Object Inpainting with Diffusion Model},
|
20 |
+
author={Zhao, Lirui and Yang, Tianshuo and Shao, Wenqi and Zhang, Yuxin and Qiao, Yu and Luo, Ping and Zhang, Kaipeng and Ji, Rongrong},
|
21 |
+
journal={arXiv preprint arXiv:2407.16982},
|
22 |
+
year={2024}
|
23 |
+
}
|
24 |
+
```
|