mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-08 14:34:23 +00:00
Compare commits
2 Commits
main
...
79a1439080
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79a1439080 | ||
|
|
cf4299426a |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user