dataset.toml
Browse files- dataset.toml +30 -0
dataset.toml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset ANIMATEKA — 708 cenas de anime static-camera para LTX-2.3 I2V.
|
| 2 |
+
# Receita alinhada ao Gurren Lagann (o LoRA de referência do usuário):
|
| 3 |
+
# 832x480, full/121f, 24 fps, buckets. Modo VIDEO (áudio ignorado: 502 clipes
|
| 4 |
+
# são silêncio digital; os 206 c_* com áudio real ficam p/ um futuro treino av).
|
| 5 |
+
[general]
|
| 6 |
+
batch_size = 1
|
| 7 |
+
enable_bucket = true
|
| 8 |
+
bucket_no_upscale = false
|
| 9 |
+
caption_extension = ".txt"
|
| 10 |
+
|
| 11 |
+
# Curtos (<=121 frames): a cena cabe inteira -> full (caption 100% alinhada)
|
| 12 |
+
[[datasets]]
|
| 13 |
+
resolution = [832, 480]
|
| 14 |
+
max_frames = 121
|
| 15 |
+
target_fps = 24.0
|
| 16 |
+
video_directory = "/workspace/treinamento/dataset_ltx/videos"
|
| 17 |
+
cache_directory = "/workspace/treinamento/dataset_ltx/cache_short"
|
| 18 |
+
frame_extraction = "full"
|
| 19 |
+
num_repeats = 1
|
| 20 |
+
|
| 21 |
+
# Longos (>121 frames): chunk consecutivo de 121 -> multiplas amostras cheias,
|
| 22 |
+
# nada descartado (aprovado pelo usuário)
|
| 23 |
+
[[datasets]]
|
| 24 |
+
resolution = [832, 480]
|
| 25 |
+
target_frames = [121]
|
| 26 |
+
target_fps = 24.0
|
| 27 |
+
video_directory = "/workspace/treinamento/dataset_ltx/videos_long"
|
| 28 |
+
cache_directory = "/workspace/treinamento/dataset_ltx/cache_long"
|
| 29 |
+
frame_extraction = "chunk"
|
| 30 |
+
num_repeats = 1
|