Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,8 +32,6 @@ task_ids:
|
|
| 32 |
|
| 33 |
# DiffusionDB-Pixelart
|
| 34 |
|
| 35 |
-
<img width="100%" src="https://user-images.githubusercontent.com/15007159/201762588-f24db2b8-dbb2-4a94-947b-7de393fc3d33.gif">
|
| 36 |
-
|
| 37 |
## Table of Contents
|
| 38 |
|
| 39 |
- [DiffusionDB](#diffusiondb)
|
|
@@ -129,19 +127,19 @@ These sub-folders have names `part-0xxxxx`, and each image has a unique name gen
|
|
| 129 |
|
| 130 |
### Data Instances
|
| 131 |
|
| 132 |
-
For example, below is the image of `
|
| 133 |
|
| 134 |
-
<img width="300" src="https://
|
| 135 |
|
| 136 |
```json
|
| 137 |
{
|
| 138 |
-
"
|
| 139 |
-
"p": "
|
| 140 |
-
"se":
|
| 141 |
-
"c":
|
| 142 |
"st": 50,
|
| 143 |
-
"sa": "
|
| 144 |
-
|
| 145 |
}
|
| 146 |
```
|
| 147 |
|
|
|
|
| 32 |
|
| 33 |
# DiffusionDB-Pixelart
|
| 34 |
|
|
|
|
|
|
|
| 35 |
## Table of Contents
|
| 36 |
|
| 37 |
- [DiffusionDB](#diffusiondb)
|
|
|
|
| 127 |
|
| 128 |
### Data Instances
|
| 129 |
|
| 130 |
+
For example, below is the image of `ec9b5e2c-028e-48ac-8857-a52814fd2a06.png` and its key-value pair in `part-000001.json`.
|
| 131 |
|
| 132 |
+
<img width="300" src="https://datasets-server.huggingface.co/assets/jainr3/diffusiondb-pixelart/--/2k_all/train/0/image/image.png">
|
| 133 |
|
| 134 |
```json
|
| 135 |
{
|
| 136 |
+
"ec9b5e2c-028e-48ac-8857-a52814fd2a06.png": {
|
| 137 |
+
"p": "doom eternal, game concept art, veins and worms, muscular, crustacean exoskeleton, chiroptera head, chiroptera ears, mecha, ferocious, fierce, hyperrealism, fine details, artstation, cgsociety, zbrush, no background ",
|
| 138 |
+
"se": 3312523387,
|
| 139 |
+
"c": 7.0,
|
| 140 |
"st": 50,
|
| 141 |
+
"sa": "k_euler"
|
| 142 |
+
},
|
| 143 |
}
|
| 144 |
```
|
| 145 |
|