Datasets:
Add paper link
Browse files
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://
|
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 [
|
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 |
|