File size: 904 Bytes
2336cc9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# general configurations
[general]
resolution = [832, 480] # optional, [W, H], default is [960, 544]. This is the default resolution for all datasets
batch_size = 1 # optional, default is 1. This is the default batch size for all datasets
num_repeats = 1 # optional, default is 1. Number of times to repeat the dataset. Useful to balance the multiple datasets with different sizes.
enable_bucket = true # optional, default is false. Enable bucketing for datasets
bucket_no_upscale = false # optional, default is false. Disable upscaling for bucketing. Ignored if enable_bucket is false
[[datasets]]
video_jsonl_file = "/mnt/workspace/ysh/Code/Efficient_Model/2_code/musubi-tuner/src/caption_video_test.json"
cache_directory = "/mnt/workspace/ysh/Code/Efficient_Model/2_code/musubi-tuner/demo_output/cache"
frame_extraction = "full"
max_frames = 73
source_fps = 30.0 |