Sanitize hard pair scene continuity
This commit is contained in:
@@ -76,7 +76,7 @@ def format_insta_pair_result(request: KreaPairFormatRequest, deps: KreaPairForma
|
||||
soft_level = deps.clean(options.get("softcore_level")).replace("_", " ")
|
||||
hard_level = deps.clean(options.get("hardcore_level")).replace("_", " ")
|
||||
same_room = options.get("continuity") == "same_creator_same_room"
|
||||
hard_scene = soft.get("scene_text") if same_room and soft.get("scene_text") else hard.get("scene_text")
|
||||
hard_scene = hard.get("scene_text") or (soft.get("scene_text") if same_room else "")
|
||||
hard_composition = deps.sanitize_hardcore_environment_anchors(hard.get("composition"))
|
||||
hard_source_composition = deps.sanitize_hardcore_environment_anchors(hard.get("source_composition") or hard_composition)
|
||||
pov_labels = deps.merge_labels(
|
||||
|
||||
Reference in New Issue
Block a user