File size: 487 Bytes
c30c4ee |
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/sks' # Specify the folder containing the training images
class_tokens = 'sks person'
num_repeats = 10 # Number of repetitions for training images |