Datasets:

Languages:
English
Multilinguality:
multilingual
Size Categories:
n>1T
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
modified
ArXiv:
License:
jainr3 commited on
Commit
05bae04
1 Parent(s): 4b6c311

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
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 `f3501e05-aef7-4225-a9e9-f516527408ac.png` and its key-value pair in `part-000001.json`.
133
 
134
- <img width="300" src="https://i.imgur.com/gqWcRs2.png">
135
 
136
  ```json
137
  {
138
- "f3501e05-aef7-4225-a9e9-f516527408ac.png": {
139
- "p": "geodesic landscape, john chamberlain, christopher balaskas, tadao ando, 4 k, ",
140
- "se": 38753269,
141
- "c": 12.0,
142
  "st": 50,
143
- "sa": "k_lms"
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