Datasets:
add schema info
Browse files
README.md
CHANGED
@@ -9,6 +9,14 @@ tags:
|
|
9 |
- openpose
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Dataset for training controlnet models with conditioning images as Human Pose
|
|
|
9 |
- openpose
|
10 |
size_categories:
|
11 |
- 10K<n<100K
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: conditioning_image
|
17 |
+
dtype: image
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
---
|
21 |
|
22 |
# Dataset for training controlnet models with conditioning images as Human Pose
|