Skip to content

Commit 1c296f7

Browse files
authored
Merge pull request kohya-ss#1312 from rockerBOO/patch-2
Fix caption_separator missing in subset schema
2 parents e96a521 + dbb7bb2 commit 1c296f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/config_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def __validate_and_convert_scalar_or_twodim(klass, value: Union[float, Sequence]
191191
"keep_tokens": int,
192192
"keep_tokens_separator": str,
193193
"secondary_separator": str,
194+
"caption_separator": str,
194195
"enable_wildcard": bool,
195196
"token_warmup_min": int,
196197
"token_warmup_step": Any(float, int),

0 commit comments

Comments
 (0)