Image-to-Image
Diffusers

Improve model card

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
- license: cc-by-4.0
 
3
  datasets:
4
  - AILab-CVC/SEED-Data-Edit-Part2-3
5
  - McGill-NLP/AURORA
6
- base_model:
7
- - PixArt-alpha/PixArt-Sigma
 
8
  ---
 
9
  ```text
10
  @misc{goswami2024grapegenerateplaneditframeworkcompositional,
11
  title={GraPE: A Generate-Plan-Edit Framework for Compositional T2I Synthesis},
@@ -17,4 +20,6 @@ base_model:
17
  url={https://arxiv.org/abs/2412.06089},
18
  }
19
 
 
 
20
  ```
 
1
  ---
2
+ base_model:
3
+ - PixArt-alpha/PixArt-Sigma
4
  datasets:
5
  - AILab-CVC/SEED-Data-Edit-Part2-3
6
  - McGill-NLP/AURORA
7
+ license: cc-by-4.0
8
+ pipeline_tag: image-to-image
9
+ library_name: diffusers
10
  ---
11
+
12
  ```text
13
  @misc{goswami2024grapegenerateplaneditframeworkcompositional,
14
  title={GraPE: A Generate-Plan-Edit Framework for Compositional T2I Synthesis},
 
20
  url={https://arxiv.org/abs/2412.06089},
21
  }
22
 
23
+ Project page: https://dair-iitd.github.io/GraPE/
24
+ Code: https://github.com/dair-iitd/PixEdit
25
  ```