reorder
This commit is contained in:
@@ -223,16 +223,16 @@ def _angle_phrase(deg: float) -> str:
|
||||
"THIS IS A BACK VIEW — her back faces the camera. "
|
||||
"Nearly a full back view with a very subtle lean. "
|
||||
"Her spine is slightly to the RIGHT of center in the image. "
|
||||
# "Both shoulder blades are visible, with her left shoulder blade slightly more prominent. "
|
||||
"Both shoulder blades are visible. "
|
||||
"Both shoulder blades are visible, with her left shoulder blade slightly more prominent. "
|
||||
#"Both shoulder blades are visible. "
|
||||
"Face completely hidden"
|
||||
)
|
||||
elif d < 172.5: # 165° — almost full back (right side)
|
||||
return (
|
||||
"THIS IS A BACK VIEW — almost exactly a full back view, the tiniest lean from the right. "
|
||||
"Her spine is just barely to the RIGHT of center in the image. "
|
||||
"Both shoulder blades, buttocks and backs of both legs are visible. "
|
||||
# "Her left shoulder blade is just barely more prominent. Face completely hidden"
|
||||
#"Both shoulder blades, buttocks and backs of both legs are visible. "
|
||||
"Her left shoulder blade is just barely more prominent. Face completely hidden"
|
||||
"Face completely hidden"
|
||||
)
|
||||
|
||||
@@ -258,8 +258,8 @@ def _angle_phrase(deg: float) -> str:
|
||||
"THIS IS A BACK VIEW — her back faces the camera. "
|
||||
"Nearly a full back view with a very subtle lean from the left side. "
|
||||
"Her spine is slightly to the LEFT of center in the image. "
|
||||
# "Both shoulder blades are visible, with her right shoulder blade slightly more prominent. "
|
||||
"Both shoulder blades are visible. "
|
||||
"Both shoulder blades are visible, with her right shoulder blade slightly more prominent. "
|
||||
#"Both shoulder blades are visible. "
|
||||
"Face completely hidden"
|
||||
)
|
||||
elif d < 232.5: # 225° — rear-left, heading toward full back
|
||||
@@ -274,8 +274,8 @@ def _angle_phrase(deg: float) -> str:
|
||||
elif d < 247.5: # 240° — three-quarter rear-left
|
||||
return (
|
||||
"THIS IS A BACK VIEW — her back faces the camera. "
|
||||
# "Three-quarter rear-left: her right shoulder blade and right hip (on the right half of the image) are most prominent. "
|
||||
"Three-quarter rear-left: her right hip (on the right half of the image) are most prominent. "
|
||||
"Three-quarter rear-left: her right shoulder blade and right hip (on the right half of the image) are most prominent. "
|
||||
# "Three-quarter rear-left: her right hip (on the right half of the image) are most prominent. "
|
||||
"Her spine is on the LEFT half of the image. "
|
||||
"In the output image her right shoulder blade appears on the RIGHT half of the image, "
|
||||
"with her back turning towards the camera. "
|
||||
|
||||
Reference in New Issue
Block a user