Fix Krea2 atlas cue prompt formatting
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ def _krea2_atlas_variant_sentence(axis_values: Any) -> str:
|
||||
if not variant:
|
||||
return ""
|
||||
cues = _unique_texts(list(variant.get("prompt_cues") or []) or [variant.get("canonical_geometry")])
|
||||
return _clean("; ".join(cues)).rstrip(".")
|
||||
return _clean(". ".join(cues)).rstrip(".")
|
||||
|
||||
|
||||
def pov_ejaculation_target(context: str) -> str:
|
||||
@@ -575,7 +575,7 @@ def pov_hardcore_pose_sentence(
|
||||
return oral_sentence(
|
||||
"Nadir-angle standing male POV top-view oral position: the viewer looks almost straight down from his torso toward the floor, with nearby carpet/floor plane dominating the image; "
|
||||
"the viewer's abdomen, shorts, thighs, and feet frame the lower foreground, and the viewer's penis shaft appears as a short centered vertical column from the foreground; "
|
||||
"one kneeling woman is directly below the viewer between his feet, her face tilts upward beneath the shaft, her mouth seals around it, and one hand wraps the base; "
|
||||
"the kneeling woman is directly below the viewer between his feet, her face tilts upward beneath the shaft, her mouth seals around it, and one hand wraps the base; "
|
||||
"her hair crown, forehead, shoulders, hands, knees, and compact foreshortened torso are visible from above, with desk legs, chair wheels, carpet texture, and floor seams as top-down office anchors around her"
|
||||
)
|
||||
if man_gives and not woman_gives:
|
||||
|
||||
Reference in New Issue
Block a user