Add POV foreground clothing cues

This commit is contained in:
2026-06-28 10:31:01 +02:00
parent d937c219ee
commit 54617e4702
4 changed files with 84 additions and 1 deletions
+2
View File
@@ -67,6 +67,7 @@ def assemble_insta_pair_metadata(
camera_caption_text: Callable[[dict[str, Any]], str],
cast_descriptors: list[str],
character_hardcore_clothing_entries: list[str],
pov_hardcore_clothing_entries: list[str],
default_man_hardcore_clothing_entries: list[str],
hard_clothing_state: str,
hard_detail_density: str,
@@ -154,6 +155,7 @@ def assemble_insta_pair_metadata(
"pov_prompt_directive": pov_directive,
"softcore_partner_styling": soft_partner_styling,
"character_hardcore_clothing": character_hardcore_clothing_entries,
"pov_hardcore_clothing": pov_hardcore_clothing_entries,
"default_man_hardcore_clothing": default_man_hardcore_clothing_entries,
"hardcore_clothing_state": hard_clothing_state,
"hardcore_detail_density": hard_detail_density,