File size: 646 Bytes
0f8f7ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f280890
0f8f7ef
458adbe
 
 
 
 
0f8f7ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: image_id
    dtype: string
  - name: control_image
    dtype: image
  - name: target_image
    dtype: image
  - name: prompt
    dtype: string
  - name: negative_prompt
    dtype: string
  - name: control_path
    dtype: string
  - name: target_path
    dtype: string
  splits:
  - name: validation
    num_bytes: 58746880.0
    num_examples: 79
  - name: train
    num_bytes: 303297873.0
    num_examples: 394
  download_size: 605754167
  dataset_size: 362044753.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---