LiruiZhao commited on
Commit
abc9165
β€’
1 Parent(s): 3790cca

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
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
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
6
+ <a href="https://arxiv.org/pdf/2407.16982"><u>[πŸ” Code]</u></a>
7
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
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
+ ```