Clean atlas Krea prompt output

This commit is contained in:
2026-06-30 23:42:20 +02:00
parent caeafa0714
commit f8f2fb43df
5 changed files with 68 additions and 43 deletions
+2 -2
View File
@@ -25,10 +25,10 @@ def pov_camera_phrase(pov_labels: list[str], softcore: bool = False) -> str:
return ""
if softcore:
return (
"Camera is the male participant's first-person creator view in one continuous frame, with him implied by perspective or foreground cues"
"Camera is the male participant's first-person creator view in one continuous frame, with him implied by perspective and foreground cues"
)
return (
"Camera is the male participant's first-person view in one continuous frame, with his foreground hands or body cues anchoring the lower frame"
"Camera is the male participant's first-person view in one continuous frame, with foreground body cues anchoring the lower frame"
)