← Back to galleryPortrait
Minimalist marble kitchen fashion — After
Nano Banana 2
PortraitNano Banana 2

Minimalist marble kitchen fashion

Creator @Gdgtify

Prompt

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"

Copy the text, add your own details, and try it in your image model.