Goku Prompt Hub

Curated Prompt Vault

Chocolate Crepe Commercial Ad

NB_07805 2026-07-01 x Commercial
crepechocolatecommercial

class ChocolateCrepeAd: def __init__(self): self.resolution = "8K_ULTRA_HD" self.frame_ratio = "9:16" # Optimized for Social Media https://t.co/cI7K2nrLBL = "H…

Cover Preview

Chocolate Crepe Commercial Ad

Cover Preview

Full Prompt

⚡Generate
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)