diff --git a/finetune/tag_images_by_wd14_tagger.py b/finetune/tag_images_by_wd14_tagger.py index 7840280c..ced61d66 100644 --- a/finetune/tag_images_by_wd14_tagger.py +++ b/finetune/tag_images_by_wd14_tagger.py @@ -486,7 +486,7 @@ def main(args): for tag in always_first_tags: if tag in combined_tags: combined_tags.remove(tag) - combined_tags.insert(0, tag) + combined_tags.insert(0, tag) # 先頭のカンマを取る if len(general_tag_text) > 0: