library_name: diffree | |
license: apache-2.0 | |
language: | |
- en | |
pipeline_tag: image-to-image | |
# Diffree | |
<p align="center"> | |
<a href="https://opengvlab.github.io/Diffree/"><u>[๐Project Page]</u></a> | |
| |
<a href="https://drive.google.com/file/d/1AdIPA5TK5LB1tnqqZuZ9GsJ6Zzqo2ua6/view"><u>[๐ฅ Video]</u></a> | |
| |
<a href="https://github.com/OpenGVLab/Diffree"><u>[๐ Code]</u></a> | |
| |
<a href="https://arxiv.org/pdf/2407.16982"><u>[๐ Arxiv]</u></a> | |
| |
<a href="https://huggingface.co/spaces/LiruiZhao/Diffree"><u>[๐ค Hugging Face Demo]</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 checkpoint for Diffree, and you can also explore and try our model via [๐ค Hugging Face demo](https://huggingface.co/spaces/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} | |
} | |
``` |