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
+3
View File
@@ -247,6 +247,8 @@ def build_insta_of_pair(request: InstaPairBuildRequest, deps: InstaPairBuildDepe
rng=hard_content_rng,
continuity_map=deps.hardcore_clothing_continuity,
choose=deps.choose,
label_map=character_slot_map,
slot_hardcore_clothing=deps.slot_hardcore_clothing,
)
if clothing_route.requires_body_exposure_scene:
hard_scene = pair_clothing.body_exposure_scene_text(hard_scene)
@@ -295,6 +297,7 @@ def build_insta_of_pair(request: InstaPairBuildRequest, deps: InstaPairBuildDepe
camera_caption_text=deps.camera_caption_text,
cast_descriptors=cast_context["cast_descriptors"],
character_hardcore_clothing_entries=character_hardcore_clothing_entries,
pov_hardcore_clothing_entries=clothing_route.pov_hardcore_clothing,
default_man_hardcore_clothing_entries=clothing_route.default_man_hardcore_clothing,
hard_clothing_state=clothing_route.hardcore_clothing_state,
hard_detail_density=hard_detail_density,