wanloratrainer-gui / dataset /huggingfacetoml.toml
kundaja-green
Fix: Correct paths in dataset TOML file
f5d8bca
raw
history blame
362 Bytes
[general]
resolution = [960, 544]
caption_extension = ".txt"
batch_size = 1
enable_bucket = true
bucket_no_upscale = false
[[datasets]]
# CORRECTED: Use the full, absolute path inside the container
image_directory = "/code/dataset/ebPhotos-001"
# CORRECTED: Use the full, absolute path for the cache
cache_directory = "/data/cache_directory"
num_repeats = 1