巧克力可丽饼商业渲染提示词(Python 类风格)
一张超写实的美食广告图,展示精致巧克力可丽饼叠放在质朴的木板上,搭配光泽诱人的巧克力榛子馅和优雅的黑巧克力淋酱。画面采用温暖自然光、柔和虚化的绿植背景,以及令人垂涎的电影感微距呈现。
模型: Nano Banana Pro分类: Product Marketing风格: Photography语言: en
提示词
class ChocolateCrepeAd: def __init__(self): self.resolution = "8K_ULTRA_HD" self.frame_ratio = "9:16" # 针对社交媒体优化 https://t.co/cI7K2nrLBL = "超写实 / 专业造型" def setup_scene(self): # 背景与环境 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") # 主体:美食可丽饼 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): # 动态元素 FluidDynamics.add_drizzle( substance="Molten Chocolate", speed="Slow-Motion", behavior="Falling / Coating" ) SteamParticles.emit(source=self.subject, opacity=0.3) # 摄像机运动 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)