画像 プロンプト
チョコレートクレープのコマーシャルレンダリングプロンプト (Python クラススタイル)

チョコレートクレープの 8K ハイパーリアルな商用レンダリングのセットアップを、Python のクラス定義スタイルで記述した、非常に技術的で構造化されたプロンプト。素材、照明(ゴールデンアワー)、チョコレートがゆっくりと滴り落ちるような動的な要素、カメラの動き(マクロパン/チルト)が指定されています。
プロンプト
```python
class ChocolateCrepeAd:
def __init__(self):
self.resolution = "8K_ULTRA_HD"
self.frame_ratio = "9:16" # ソーシャルメディアに最適化
self.styling = "Hyper-Realistic / Professional Styling"
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)
self.lighting = 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)
# カメラの動き
self.camera = Camera(mode="Macro")
self.camera.path = ["Slow Pan", "Tilt", "Slight Rotation"]
self.camera.focus = "Gooey ends and creamy textures"
def render_commercial(self):
return self.setup_scene().apply_motion_effects().execute(fps=60)
```Nano Banana Pro の他のプロンプト
クリエイターのために。ずっと無料。
YouMind は世界中のクリエイターに信頼される AI 制作パートナーです。ここにあるプロンプトは、より速く、より良い制作を助けるために厳選されています。


