File size: 706 Bytes
2254aca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Dataset config for Anima Preview 2 (RECOMENDADO) training (sd-scripts format)
# Generated: 2026-04-03 04:44:40
[general]
# NOTE: shuffle_caption is incompatible with cache_text_encoder_outputs
# If you disable TE caching, you can set shuffle_caption = true
shuffle_caption = false
caption_extension = '.txt'
enable_bucket = true
bucket_no_upscale = true
min_bucket_reso = 512
max_bucket_reso = 1536
bucket_reso_steps = 64
[[datasets]]
resolution = [1024, 1024]
batch_size = 4
[[datasets.subsets]]
image_dir = '/root/datasets/loven_before'
num_repeats = 1
[[datasets]]
resolution = [1024, 1024]
batch_size = 4
[[datasets.subsets]]
image_dir = '/root/datasets/loven_agora'
num_repeats = 1
|