Upload dataset.toml with huggingface_hub
Browse files- dataset.toml +57 -0
dataset.toml
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset config for multi-control LoRA training
|
| 2 |
+
# Generated: 2026-04-01 21:12:36
|
| 3 |
+
|
| 4 |
+
[general]
|
| 5 |
+
resolution = [1024, 1024]
|
| 6 |
+
caption_extension = ".txt"
|
| 7 |
+
batch_size = 6
|
| 8 |
+
enable_bucket = true
|
| 9 |
+
bucket_no_upscale = true
|
| 10 |
+
|
| 11 |
+
# animes_captionedito_frame_pairs/dataset_1: 40 images, max 2 control(s)
|
| 12 |
+
[[datasets]]
|
| 13 |
+
image_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs/dataset_1/target"
|
| 14 |
+
control_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs/dataset_1/control"
|
| 15 |
+
cache_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs__dataset_1/cache"
|
| 16 |
+
no_resize_control = false
|
| 17 |
+
num_repeats = 5
|
| 18 |
+
|
| 19 |
+
# animes_captionedito_frame_pairs/dataset_2: 93 images, max 2 control(s)
|
| 20 |
+
[[datasets]]
|
| 21 |
+
image_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs/dataset_2/target"
|
| 22 |
+
control_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs/dataset_2/control"
|
| 23 |
+
cache_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs__dataset_2/cache"
|
| 24 |
+
no_resize_control = false
|
| 25 |
+
num_repeats = 5
|
| 26 |
+
|
| 27 |
+
# animes_captionedito_frame_pairs/dataset_3: 15 images, max 1 control(s)
|
| 28 |
+
[[datasets]]
|
| 29 |
+
image_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs/dataset_3/target"
|
| 30 |
+
control_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs/dataset_3/control"
|
| 31 |
+
cache_directory = "/workspace/organized_dataset/animes_captionedito_frame_pairs__dataset_3/cache"
|
| 32 |
+
no_resize_control = false
|
| 33 |
+
num_repeats = 5
|
| 34 |
+
|
| 35 |
+
# scene_rush_test1_frame_pairs/dataset_1: 6740 images, max 2 control(s)
|
| 36 |
+
[[datasets]]
|
| 37 |
+
image_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs/dataset_1/target"
|
| 38 |
+
control_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs/dataset_1/control"
|
| 39 |
+
cache_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs__dataset_1/cache"
|
| 40 |
+
no_resize_control = false
|
| 41 |
+
num_repeats = 1
|
| 42 |
+
|
| 43 |
+
# scene_rush_test1_frame_pairs/dataset_2: 6486 images, max 2 control(s)
|
| 44 |
+
[[datasets]]
|
| 45 |
+
image_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs/dataset_2/target"
|
| 46 |
+
control_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs/dataset_2/control"
|
| 47 |
+
cache_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs__dataset_2/cache"
|
| 48 |
+
no_resize_control = false
|
| 49 |
+
num_repeats = 1
|
| 50 |
+
|
| 51 |
+
# scene_rush_test1_frame_pairs/dataset_3: 1030 images, max 1 control(s)
|
| 52 |
+
[[datasets]]
|
| 53 |
+
image_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs/dataset_3/target"
|
| 54 |
+
control_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs/dataset_3/control"
|
| 55 |
+
cache_directory = "/workspace/organized_dataset/scene_rush_test1_frame_pairs__dataset_3/cache"
|
| 56 |
+
no_resize_control = false
|
| 57 |
+
num_repeats = 2
|