Datasets:

Languages:
English
Multilinguality:
multilingual
Size Categories:
n>1T
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
xiaohk commited on
Commit
fb0878b
1 Parent(s): 4925097

Add paper link

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -65,14 +65,14 @@ task_ids:
65
  - **Homepage:** [DiffusionDB homepage](https://poloclub.github.io/diffusiondb)
66
  - **Repository:** [DiffusionDB repository](https://github.com/poloclub/diffusiondb)
67
  - **Distribution:** [DiffusionDB Hugging Face Dataset](https://huggingface.co/datasets/poloclub/diffusiondb)
68
- - **Paper:** [DiffusionDB: A Large-scale Prompt Gallery Dataset for Text-to-Image Generative Models](https://poloclub.github.io/diffusiondb)
69
  - **Point of Contact:** [Jay Wang](mailto:jayw@gatech.edu)
70
 
71
  ### Dataset Summary
72
 
73
  DiffusionDB is the first large-scale text-to-image prompt dataset. It contains 2 million images generated by Stable Diffusion using prompts and hyperparameters specified by real users.
74
 
75
- DiffusionDB is publicly available at [https://huggingface.co/datasets/poloclub/diffusiondb](https://huggingface.co/datasets/poloclub/diffusiondb).
76
 
77
  ### Supported Tasks and Leaderboards
78
 
@@ -208,6 +208,15 @@ The Python code in this repository is available under the [MIT License](https://
208
 
209
  ### Citation Information
210
 
 
 
 
 
 
 
 
 
 
211
 
212
  ### Contributions
213
 
 
65
  - **Homepage:** [DiffusionDB homepage](https://poloclub.github.io/diffusiondb)
66
  - **Repository:** [DiffusionDB repository](https://github.com/poloclub/diffusiondb)
67
  - **Distribution:** [DiffusionDB Hugging Face Dataset](https://huggingface.co/datasets/poloclub/diffusiondb)
68
+ - **Paper:** [DiffusionDB: A Large-scale Prompt Gallery Dataset for Text-to-Image Generative Models](https://arxiv.org/abs/2210.14896)
69
  - **Point of Contact:** [Jay Wang](mailto:jayw@gatech.edu)
70
 
71
  ### Dataset Summary
72
 
73
  DiffusionDB is the first large-scale text-to-image prompt dataset. It contains 2 million images generated by Stable Diffusion using prompts and hyperparameters specified by real users.
74
 
75
+ DiffusionDB is publicly available at [Hugging Face Dataset](https://huggingface.co/datasets/poloclub/diffusiondb).
76
 
77
  ### Supported Tasks and Leaderboards
78
 
 
208
 
209
  ### Citation Information
210
 
211
+ ```bibtex
212
+ @article{wangDiffusionDBLargescalePrompt2022,
213
+ title = {{{DiffusionDB}}: {{A}} Large-Scale Prompt Gallery Dataset for Text-to-Image Generative Models},
214
+ author = {Wang, Zijie J. and Montoya, Evan and Munechika, David and Yang, Haoyang and Hoover, Benjamin and Chau, Duen Horng},
215
+ year = {2022},
216
+ journal = {arXiv:2210.14896 [cs]},
217
+ url = {https://arxiv.org/abs/2210.14896}
218
+ }
219
+ ```
220
 
221
  ### Contributions
222