Add prompt route smoke checks
This commit is contained in:
+4
-1
@@ -8661,6 +8661,9 @@ def build_insta_of_pair(
|
||||
soft_row = _apply_coworking_composition(soft_row, soft_subject_kind)
|
||||
hard_row = _apply_coworking_composition(hard_row, hard_subject_kind)
|
||||
hard_scene = soft_row["scene_text"] if options["continuity"] == "same_creator_same_room" else hard_row["scene_text"]
|
||||
if hard_scene != hard_row.get("scene_text"):
|
||||
hard_row["source_scene_text"] = hard_row.get("source_scene_text") or hard_row.get("scene_text", "")
|
||||
hard_row["scene_text"] = hard_scene
|
||||
hard_composition = _coworking_composition_prompt(hard_scene, hard_row["composition"], hard_subject_kind)
|
||||
if hard_composition != hard_row["composition"]:
|
||||
hard_row["source_composition"] = hard_row.get("source_composition") or hard_row["composition"]
|
||||
@@ -8758,7 +8761,7 @@ def build_insta_of_pair(
|
||||
if "body is fully exposed" in hard_clothing_state.lower() or "bare skin unobstructed" in hard_clothing_state.lower():
|
||||
hard_scene = _body_exposure_scene_text(hard_scene)
|
||||
hard_row["source_scene_text"] = hard_row.get("source_scene_text") or hard_row.get("scene_text", "")
|
||||
hard_row["scene_text"] = _body_exposure_scene_text(hard_row.get("scene_text", ""))
|
||||
hard_row["scene_text"] = hard_scene
|
||||
hard_detail_density = options["hardcore_detail_density"]
|
||||
hard_detail_directive = {
|
||||
"compact": "Use one compact position-first sexual action sentence; avoid repeated aftermath wording. ",
|
||||
|
||||
Reference in New Issue
Block a user