Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,21 @@ dataset_info:
|
|
5 |
dtype: image
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes: 7328661
|
9 |
num_examples: 25
|
10 |
download_size: 7329936
|
11 |
-
dataset_size: 7328661
|
12 |
configs:
|
13 |
- config_name: default
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
|
|
|
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
dtype: image
|
6 |
splits:
|
7 |
- name: train
|
8 |
+
num_bytes: 7328661
|
9 |
num_examples: 25
|
10 |
download_size: 7329936
|
11 |
+
dataset_size: 7328661
|
12 |
configs:
|
13 |
- config_name: default
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
+
task_categories:
|
18 |
+
- image-to-image
|
19 |
---
|
20 |
+
|
21 |
+
# 26 Pictures of a Green Chair
|
22 |
+
|
23 |
+
All compressed and cut into 1024x1024px
|
24 |
+
|
25 |
+
Intended to be used for DreamBooth training of diffusion models to test for recreating objects consistently across scenes in generation.
|