Hude rework to move the batch to a DTO to make it far more modular to the future ui

This commit is contained in:
Jaret Burkett
2023-08-29 10:22:19 -06:00
parent bd758ff203
commit 714854ee86
10 changed files with 286 additions and 232 deletions

View File

@@ -22,7 +22,7 @@ batch_size = 4
dataset_config = DatasetConfig(
folder_path=dataset_folder,
resolution=resolution,
caption_type='txt',
caption_ext='txt',
default_caption='default',
buckets=True,
bucket_tolerance=bucket_tolerance,