Add Krea2 POV routing and eval tooling
This commit is contained in:
@@ -42,15 +42,34 @@ def build_outercourse_role_graph(
|
||||
if action_kind == outercourse_policy.OUTERCOURSE_TESTICLE:
|
||||
if man_is_pov:
|
||||
return (
|
||||
f"{woman} bends forward and kneels very low between the POV viewer's open thighs with her chest low over the POV viewer's pelvis and shoulders between his knees, "
|
||||
"her face below the POV viewer's penis at testicle height, mouth and tongue on the POV viewer's balls, "
|
||||
"while his penis points upward in the lower foreground above her forehead."
|
||||
f"{woman} lies low in a side-pelvis POV beside the POV viewer's open thighs, "
|
||||
"her face is the closest visible partner part, her cheek against the POV viewer's inner thigh and her head low under his pelvis, "
|
||||
"with the POV viewer's scrotum at her mouth; scrotum is the mouth surface, testicles resting across her open lips while her tongue cups them from below, "
|
||||
"scrotal skin is the nearest mouth surface and both testicles rest against her tongue from below, "
|
||||
"and his abdomen and inner thighs frame the close foreground."
|
||||
)
|
||||
return (
|
||||
f"{man} sits with legs apart while {woman} kneels very low between his open thighs with her chest low over his pelvis and shoulders between his knees, "
|
||||
f"{woman}'s face below {man}'s penis at testicle height, mouth and tongue on his balls, while {man}'s penis points upward above her forehead."
|
||||
f"{man} reclines with legs apart while {woman} lies low beside his inner thigh, "
|
||||
f"her face as the closest visible partner part, her cheek against his thigh and her head low under his pelvis, "
|
||||
f"with {man}'s scrotum at her mouth; scrotum is the mouth surface, scrotal skin is the nearest mouth surface, and testicles resting across her open lips while both testicles rest against her tongue from below."
|
||||
)
|
||||
if action_kind == outercourse_policy.OUTERCOURSE_PENIS_LICKING:
|
||||
prone_laying = any(
|
||||
term in f"{position_text} {text}"
|
||||
for term in ("reclining", "prone", "belly-down", "belly down", "lying")
|
||||
)
|
||||
if prone_laying:
|
||||
if man_is_pov:
|
||||
return (
|
||||
f"{woman} lies belly-down between the POV viewer's open thighs while his thighs form a wide V-frame in the foreground, "
|
||||
"her torso stretched low and horizontal between his knees, her front-facing mouth and tongue aligned to the POV viewer's penis, "
|
||||
"and her hands wrap the base of the POV viewer's penis."
|
||||
)
|
||||
return (
|
||||
f"{woman} lies belly-down between {man}'s open thighs while his thighs form a wide V-frame in the foreground, "
|
||||
f"her torso stretched low and horizontal between his knees, her front-facing mouth and tongue aligned to {man}'s penis, "
|
||||
f"and her hands wrap the base of {man}'s penis."
|
||||
)
|
||||
if man_is_pov:
|
||||
return (
|
||||
f"{woman} bends forward between the POV viewer's open thighs with her head low under the POV viewer's penis, "
|
||||
@@ -65,12 +84,15 @@ def build_outercourse_role_graph(
|
||||
if action_kind == outercourse_policy.OUTERCOURSE_FOOTJOB:
|
||||
if man_is_pov:
|
||||
return (
|
||||
f"{woman} faces the POV viewer with her hips back, torso visible behind her raised legs, and both knees bent open toward the camera, "
|
||||
"both soles wrapped around the POV viewer's penis shaft in the lower foreground."
|
||||
f"{woman} faces the POV viewer with hips back, torso visible behind her raised legs, and both knees bent open toward the camera, "
|
||||
"while two large overlapping soles dominate the POV viewer's lower center foreground and clamp the POV viewer's upright shaft between them. "
|
||||
"Her inner arches press inward from both sides, toes curl around both edges, a narrow visible strip of shaft and glans rises between the compressed feet, "
|
||||
"and her face and torso stay visible behind the large foreground feet."
|
||||
)
|
||||
return (
|
||||
f"{man} reclines with hips forward while {woman} faces him with her hips back and both knees bent open, "
|
||||
f"wrapping both soles around {man}'s penis shaft while the contact stays centered."
|
||||
f"two large overlapping soles dominating the lower center foreground as her inner arches press inward around {man}'s upright shaft, "
|
||||
"her toes curl around both edges, and a narrow visible strip of shaft and glans rises between the compressed feet."
|
||||
)
|
||||
if action_kind == outercourse_policy.OUTERCOURSE_HANDJOB:
|
||||
if man_is_pov:
|
||||
|
||||
Reference in New Issue
Block a user