adjust min/max bucket reso divisible by reso steps #1632

This commit is contained in:
Kohya S
2024-09-29 09:49:25 +09:00
parent ce49ced699
commit fe2aa32484
9 changed files with 48 additions and 8 deletions

View File

@@ -128,6 +128,8 @@ These are options related to the configuration of the data set. They cannot be d
* `batch_size`
* This corresponds to the command-line argument `--train_batch_size`.
* `max_bucket_reso`, `min_bucket_reso`
* Specify the maximum and minimum resolutions of the bucket. It must be divisible by `bucket_reso_steps`.
These settings are fixed per dataset. That means that subsets belonging to the same dataset will share these settings. For example, if you want to prepare datasets with different resolutions, you can define them as separate datasets as shown in the example above, and set different resolutions for each.