vidit98 commited on
Commit
adbb738
1 Parent(s): 671e9c3
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - image-to-image
5
+ - text-to-image
6
+ - segmentation-to-image
7
  ---
8
+
9
+ # PAIR-Diffusion Model Card - Stable Diffusion 1.5 finetuned with COCO-Stuff
10
+ [PAIR Diffusion](https://arxiv.org/abs/2303.17546) models an image as composition of multiple objects and aim to control structural and appearance properties of these objects. It allows reference image-guided appearance manipulation and structure editing of an image at an object level. Describing object appearances using text can be challenging and ambiguous, PAIR Diffusion enables a user to control the appearance of an object using images. Having fine-grained control over appearance at object level can be benefitial for video and 3D where we need to have consistent appearance across time in case of video or across various viewing positions in case of 3D. It can also be interesting to have control over other elementary properties such as illumination and color. We plan to explore these directions in the future.
11
+
12
+ For more information please refer to [GitHub](https://github.com/Picsart-AI-Research/PAIR-Diffusion/), [arXiv](https://arxiv.org/abs/2303.17546)
13
+
14
+ This model card applies the method to Stable Diffusion 1.5 (SDv1.5). We used COCO-Stuff dataset to finetune SDv1.5 using ControlNet due to its efficiency. The model can be tested using the publicly available demo here [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/PAIR/PAIR-Diffusion)
15
+
16
+
17
+ ## Model Details
18
+
19
+ - **Developed by:** Vidit Goel, Elia Peruzzo, Yifan Jiang, Dejia Xu, Nicu Sebe, Trevor, Darrell, Atlas Wang, Humphrey Shi
20
+ - **Model type:** Object Level Editing using Diffusion Models
21
+ - **Language(s):** English
22
+ - **License:** MIT
23
+ - **Resources for more information:** [GitHub Repository](https://github.com/Picsart-AI-Research/PAIR-Diffusion/), [Paper](https://arxiv.org/abs/2303.17546).
24
+ - **Cite as:**
25
+ ```
26
+ @article{goel2023pair,
27
+ title={PAIR-Diffusion: Object-Level Image Editing with Structure-and-Appearance Paired Diffusion Models},
28
+ author={Goel, Vidit and Peruzzo, Elia and Jiang, Yifan and Xu, Dejia and Sebe, Nicu and Darrell, Trevor and
29
+ Wang, Zhangyang and Shi, Humphrey},
30
+ journal={arXiv preprint arXiv:2303.17546},
31
+ year={2023}
32
+ }
33
+ ```