Add Krea2 POV routing and eval tooling
This commit is contained in:
+4
-4
@@ -444,15 +444,15 @@ def _pov_clothing_sentence(clothing: str, needs_lower_access: bool) -> str:
|
||||
lower = clothing.lower()
|
||||
if lower.startswith(("fully nude", "nude")):
|
||||
if needs_lower_access:
|
||||
return "POV foreground body cue: the viewer's bare hips, thighs, hands, and penis are visible only as first-person body cues"
|
||||
return "POV foreground body cue: the viewer's bare hands, forearms, or torso edge are visible only as first-person body cues"
|
||||
return "POV foreground body cue: the viewer's bare hips, thighs, hands, and penis appear as first-person body cues"
|
||||
return "POV foreground body cue: the viewer's bare hands, forearms, or torso edge appear as first-person body cues"
|
||||
clothing = re.sub(r"^(?:wears|wearing|keeps|has|with)\s+", "", clothing, flags=re.IGNORECASE).strip()
|
||||
if needs_lower_access:
|
||||
return (
|
||||
f"POV foreground clothing cue: {clothing}, visible only as the viewer's hands, hips, thighs, or lowered waistband"
|
||||
f"POV foreground clothing cue: {clothing}, appearing as the viewer's hands, hips, thighs, or lowered waistband"
|
||||
)
|
||||
return (
|
||||
f"POV foreground clothing cue: {clothing}, visible only as the viewer's hands, forearms, sleeves, or torso edge"
|
||||
f"POV foreground clothing cue: {clothing}, appearing as the viewer's hands, forearms, sleeves, or torso edge"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user