Update README.md
Browse files
README.md
CHANGED
|
@@ -9,23 +9,27 @@ This dataset was created for training **Flux Kontext RefControl LoRAs**.
|
|
| 9 |
It provides paired data of **control maps** (depth, pose, lineart, canny) and their **corresponding results** for reference-guided training.
|
| 10 |
|
| 11 |
---
|
| 12 |
-
|
| 13 |
## π Dataset Structure
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
|
|
|
|
| 9 |
It provides paired data of **control maps** (depth, pose, lineart, canny) and their **corresponding results** for reference-guided training.
|
| 10 |
|
| 11 |
---
|
|
|
|
| 12 |
## π Dataset Structure
|
| 13 |
|
| 14 |
+
```text
|
| 15 |
+
dataset/
|
| 16 |
+
β
|
| 17 |
+
βββ depth/
|
| 18 |
+
β βββ control/ # depth maps
|
| 19 |
+
β βββ result/ # corresponding images
|
| 20 |
+
β
|
| 21 |
+
βββ pose/
|
| 22 |
+
β βββ control/ # pose skeletons / keypoints
|
| 23 |
+
β βββ result/ # corresponding images
|
| 24 |
+
β
|
| 25 |
+
βββ lineart/
|
| 26 |
+
β βββ control/ # lineart outlines
|
| 27 |
+
β βββ result/ # corresponding images
|
| 28 |
+
β
|
| 29 |
+
βββ canny/
|
| 30 |
+
β βββ control/ # canny edge maps
|
| 31 |
+
β βββ result/ # corresponding images
|
| 32 |
+
```
|
| 33 |
|
| 34 |
|
| 35 |
|