mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
繰り返し回数のないディレクトリの名前表示修正
This commit is contained in:
@@ -445,7 +445,7 @@ def generate_dreambooth_subsets_config_by_subdirs(train_data_dir: Optional[str]
|
|||||||
try:
|
try:
|
||||||
n_repeats = int(tokens[0])
|
n_repeats = int(tokens[0])
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
print(f"ignore directory without repeats / 繰り返し回数のないディレクトリを無視します: {dir}")
|
print(f"ignore directory without repeats / 繰り返し回数のないディレクトリを無視します: {name}")
|
||||||
return 0, ""
|
return 0, ""
|
||||||
caption_by_folder = '_'.join(tokens[1:])
|
caption_by_folder = '_'.join(tokens[1:])
|
||||||
return n_repeats, caption_by_folder
|
return n_repeats, caption_by_folder
|
||||||
|
|||||||
Reference in New Issue
Block a user