Tune Krea2 POV doggy prompts
This commit is contained in:
+24
-5
@@ -36,12 +36,30 @@ def _clean(value: Any) -> str:
|
||||
|
||||
|
||||
def pov_ejaculation_target(context: str) -> str:
|
||||
if any(token in context for token in ("face", "mouth", "lips", "tongue", "chin")):
|
||||
return "onto her face and chest"
|
||||
if any(token in context for token in ("lower back", "ass", "rear-entry", "face-down", "bent-over", "doggy")):
|
||||
if any(
|
||||
token in context
|
||||
for token in (
|
||||
"lower back",
|
||||
"ass",
|
||||
"rear-entry",
|
||||
"rear entry",
|
||||
"face-down",
|
||||
"face down",
|
||||
"bent-over",
|
||||
"bent over",
|
||||
"doggy",
|
||||
"on all fours",
|
||||
"hips high",
|
||||
"hips raised",
|
||||
"raised ass",
|
||||
"behind her",
|
||||
)
|
||||
):
|
||||
return "across her ass, thighs, and lower back"
|
||||
if any(token in context for token in ("pussy", "open thighs", "thighs", "legs open")):
|
||||
return "across her pussy and thighs"
|
||||
if any(token in context for token in ("face", "mouth", "lips", "tongue", "chin")):
|
||||
return "onto her face and chest"
|
||||
return "onto her body"
|
||||
|
||||
|
||||
@@ -444,8 +462,9 @@ def pov_hardcore_pose_sentence(
|
||||
)
|
||||
if "doggy" in position_context or "all fours" in position_context or "rear-entry" in position_context:
|
||||
return sentence(
|
||||
"The woman is seen from behind with her ass raised toward the POV viewer, on all fours directly in front of him with hips high and back arched; "
|
||||
f"the viewer looks down at her raised ass with his hands on her hips in the foreground {contact}"
|
||||
"Top-down POV doggy position from behind: the camera looks down over the viewer's hands onto the woman's raised hips; "
|
||||
f"the woman is on all fours with chest low, forearms folded, cheek turned sideways far ahead, back arched, and hips raised high toward the camera; "
|
||||
f"the viewer's hands hold her hips with natural lower-body POV cues in the foreground {contact}"
|
||||
)
|
||||
if "kneeling" in position_context:
|
||||
return sentence(
|
||||
|
||||
Reference in New Issue
Block a user