mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
Merge pull request #1312 from rockerBOO/patch-2
Fix caption_separator missing in subset schema
This commit is contained in:
@@ -191,6 +191,7 @@ class ConfigSanitizer:
|
|||||||
"keep_tokens": int,
|
"keep_tokens": int,
|
||||||
"keep_tokens_separator": str,
|
"keep_tokens_separator": str,
|
||||||
"secondary_separator": str,
|
"secondary_separator": str,
|
||||||
|
"caption_separator": str,
|
||||||
"enable_wildcard": bool,
|
"enable_wildcard": bool,
|
||||||
"token_warmup_min": int,
|
"token_warmup_min": int,
|
||||||
"token_warmup_step": Any(float, int),
|
"token_warmup_step": Any(float, int),
|
||||||
|
|||||||
Reference in New Issue
Block a user