mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-18 01:30:02 +00:00
fix always_first_tags
This commit is contained in:
@@ -290,7 +290,7 @@ def main(args):
|
|||||||
for tag in always_first_tags:
|
for tag in always_first_tags:
|
||||||
if tag in combined_tags:
|
if tag in combined_tags:
|
||||||
combined_tags.remove(tag)
|
combined_tags.remove(tag)
|
||||||
combined_tags.insert(0, tag)
|
combined_tags.insert(0, tag)
|
||||||
|
|
||||||
# 先頭のカンマを取る
|
# 先頭のカンマを取る
|
||||||
if len(general_tag_text) > 0:
|
if len(general_tag_text) > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user