Chocolate Crepe Commercial Render Prompt (Python Class Style) — Nano Banana Pro AI Generated Image

Chocolate Crepe Commercial Render Prompt (Python Class Style)

Social Media Post

A highly technical and structured prompt, written in the style of a Python class definition, detailing the setup for an 8K hyper-realistic commercial render of chocolate crepes. It specifies materials

Prompt

class ChocolateCrepeAd:
    def __init__(self):
        self.resolution = "8K_ULTRA_HD"
        self.frame_ratio = "9:16"  # Optimized for Social Media
        https://t.co/cI7K2nrLBL = "Hyper-Realistic / Professional Styling"

    def setup_scene(self):
        # Background & Environment
        self.surface = cr.Surface(material="Rustic Wooden Board", texture="Grainy")
        self.background = Bokeh(source="Vibrant Green Plants", blur_intensity=0.8)
        https://t.co/ci6mMG4fGy = NaturalLight(time="Warm Golden Hour", mood="Soft Cinematic")

        # The Subject: Gourmet Crepes
        self.subject = cr.FoodItem(
            type="Ultra-Thin Golden Crepes",
            form="Tight Cylinders",
            quantity="Casual Stack",
            attributes={
                "edges": "Lightly Browned / Crispy",
                "topping": "Elegant Dark Chocolate Spiral Stripes",
                "filling": "Rich Glossy Chocolate-Hazelnut Spread"
            }
        )

    def apply_motion_effects(self):
        # Dynamic Elements
        FluidDynamics.add_drizzle(
            substance="Molten Chocolate",
            speed="Slow-Motion",
            behavior="Falling / Coating"
        )
        SteamParticles.emit(source=self.subject, opacity=0.3)
        
        # Camera Movement
        https://t.co/Oq1q7ViC4J = https://t.co/Wl1DQQj2RB(mode="Macro")
        https://t.co/Oq1q7ViC4J.path = ["Slow Pan", "Tilt", "Slight Rotation"]
        https://t.co/Oq1q7ViC4J.focus = "Gooey ends and creamy textures"

    def render_commercial(self):
        return self.setup_scene().apply_motion_effects().execute(fps=60)
Generate Image