Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- controlnet
|
9 |
+
- openpose
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
+
---
|
13 |
+
|
14 |
+
# Dataset for training controlnet models with conditioning images as Human Pose
|
15 |
+
|
16 |
+
the entries have been taken from this dataset
|
17 |
+
[ptx0/photo-concept-bucket](https://huggingface.co/datasets/ptx0/photo-concept-bucket)
|
18 |
+
|
19 |
+
the open pose images have been generated with
|
20 |
+
[controlnet_aux](https://github.com/huggingface/controlnet_aux)
|
21 |
+
|
22 |
+
for the scripts to download the files, generate the open pose and the dataset please refer to:
|
23 |
+
[raulc0399/dataset_scripts](https://github.com/raulc0399/dataset_scripts)
|