极简大理石厨房黑白时尚大片
模型:Nano Banana 2
时尚大片极简风光影几何黑白对比职业女性selfsubjectoutfit
English
class Editorial_Shoot: def __init__(self, subject="[SUBJECT_DESC]", outfit="[OUTFIT_TYPE]", setting="[MINIMALIST_SETTING]"):
self. lighting = "Hard sunlight through window blinds (Gobo effect)" self.shadows = "Sharp, diagonal geometric shapes cutting across the frame" self.palette = "High Contrast: Pure White Environment vs Deep Black Attire"
def compose_frame(self):
pose_logic = "Leaning against structural element (Island/Wall)" camera_angle = "Eye level, 50mm Prime Lens, f/8 (Sharp Focus)" return f"A fashion editorial shot of {subject} wearing {outfit} inside a {setting}. " \ f"Lighting condition: {self. lighting}. " \ f"The scene is dominated by {self.palette}. " \ f"Shadows form {self.shadows} on the white surfaces."
# EXECUTE: subject="Woman with bob cut", outfit="Structured black bodysuit and blazer", setting="Marble Kitchen"