
巧克力薄饼广告
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, lighting (golden hour), dynamic elements like slow-motion chocolate drizzle, and camera movements (macro pan/tilt).
观看1,200
点赞51
评论15
分享6
收藏24
引用0
翻译
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="质朴木板", texture="有颗粒感")
self.background = Bokeh(source=" vibrant 绿色植物", blur_intensity=0.8)
https://t.co/ci6mMG4fGy = NaturalLight(time="温暖金色时刻", mood="柔和电影感")
# 主体:美食可丽饼
self.subject = cr.FoodItem(
type="超薄金色可丽饼",
form="紧密圆柱体",
quantity="随意堆栈",
attributes={
"edges": "轻微褐变/酥脆",
"topping": "优雅深巧克力螺旋条纹",
"filling": "丰富光泽巧克力榛果酱"
}
)
def apply_motion_effects(self):
# 动态元素
FluidDynamics.add_drizzle(
substance="熔融巧克力",
speed="慢动作",
behavior="落下/覆盖"
)
SteamParticles.emit(source=self.subject, opacity=0.3)
# 镜头移动
https://t.co/Oq1q7ViC4J = https://t.co/Wl1DQQj2RB(mode="微距")
https://t.co/Oq1q7ViC4J.path = ["缓慢平移", "倾斜", "轻微旋转"]
https://t.co/Oq1q7ViC4J.focus = "黏稠端点和奶油质地"
def render_commercial(self):
return self.setup_scene().apply_motion_effects().execute(fps=60)
机器翻译 — 实际生成作品的是原文提示词。











