File size: 555 Bytes
2929803 |
1 2 3 4 5 6 7 8 9 10 11 |
[general]
enable_bucket = true # Whether to use Aspect Ratio Bucketing
[[datasets]]
resolution = 512 # Training resolution
batch_size = 4 # Batch size
[[datasets.subsets]]
image_dir = '/workspace/sd-scripts/tuan' # Specify the folder containing the training images
# caption_extension = '.caption' # Caption file extension; change this if using .txt
num_repeats = 10 # Number of repetitions for training images |