Align SDXL soft pair tags

This commit is contained in:
2026-06-27 16:37:31 +02:00
parent 9cd1f03bfe
commit 96ff37a5a0
4 changed files with 69 additions and 7 deletions
+5 -1
View File
@@ -44,4 +44,8 @@ def softcore_caption_setup_phrase(*, same_cast: bool, target_auto: bool = False)
def softcore_style_directive() -> str:
return "Use seductive creator-shot teaser styling."
return f"Use {softcore_style_tag()}."
def softcore_style_tag() -> str:
return "seductive creator-shot teaser styling"