
Chocolate Crepe Commercial Render Prompt (Python Class Style)
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="鮮やかな緑の植物", 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 = " gooey ends and creamy textures"
def render_commercial(self):
return self.setup_scene().apply_motion_effects().execute(fps=60)
機械翻訳 — この作品を生成したのは元のプロンプトです。











