
巧克力薄餅廣告
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)
機器翻譯 — 實際產出作品的是原文 prompt。











