Dividend9853 commited on
Commit
d07e526
1 Parent(s): f198b06

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -5,6 +5,36 @@ task_categories:
5
  - image-to-image
6
  tags:
7
  - art
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
  # Dataset Card for Stable Diffusion v1.5 Glazed Samples
10
 
 
5
  - image-to-image
6
  tags:
7
  - art
8
+ dataset_info:
9
+ features:
10
+ - name: id
11
+ dtype: string
12
+ - name: parent_id
13
+ dtype: string
14
+ - name: model
15
+ dtype: string
16
+ - name: prompt
17
+ dtype: string
18
+ - name: glaze_model
19
+ dtype: string
20
+ - name: glaze_intensity
21
+ dtype: int64
22
+ - name: glaze_render
23
+ dtype: int64
24
+ - name: glaze_style
25
+ dtype: string
26
+ - name: glaze_style_strength
27
+ dtype: float64
28
+ - name: image
29
+ dtype: image
30
+ - name: parent_image
31
+ dtype: image
32
+ splits:
33
+ - name: train
34
+ num_bytes: 111462286297.0
35
+ num_examples: 118980
36
+ download_size: 23365392724
37
+ dataset_size: 111462286297.0
38
  ---
39
  # Dataset Card for Stable Diffusion v1.5 Glazed Samples
40