Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
6 |
-
# text2image
|
7 |
|
8 |
- collection of several text2image prompt datasets
|
9 |
- data was cleaned/normalized with the goal of removing "model specific APIs" like the "--ar" for Midjourney and so on
|
|
|
10 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
multilinguality:
|
6 |
+
- monolingual
|
7 |
+
pretty_name: multi text2image prompts a dataset collection
|
8 |
+
source_datasets:
|
9 |
+
- bartman081523/stable-diffusion-discord-prompts
|
10 |
+
- succinctly/midjourney-prompts
|
11 |
+
- Gustavosta/Stable-Diffusion-Prompts
|
12 |
+
tags:
|
13 |
+
- text generation
|
14 |
---
|
15 |
|
16 |
|
17 |
+
# multi text2image prompts: a dataset collection
|
18 |
|
19 |
- collection of several text2image prompt datasets
|
20 |
- data was cleaned/normalized with the goal of removing "model specific APIs" like the "--ar" for Midjourney and so on
|
21 |
+
- data de-duplicated on a basic level: exactly duplicate prompts were dropped (_after cleaning and normalization)
|
22 |
|