이미지 프롬프트
초콜릿 크레이프 광고 렌더링 프롬프트 (Python 클래스 스타일)

초콜릿 크레이프의 8K 초현실적인 상업용 렌더링 설정을 상세히 설명하는 Python 클래스 정의 스타일로 작성된 고도로 기술적이고 구조화된 프롬프트입니다. 재료, 조명(골든 아워), 슬로우 모션 초콜릿 드리즐과 같은 동적 요소, 카메라 움직임(매크로 팬/틸트)을 지정합니다.
프롬프트
```python
class ChocolateCrepeAd:
def __init__(self):
self.resolution = "8K_ULTRA_HD"
self.frame_ratio = "9:16" # 소셜 미디어에 최적화됨
https://t.co/cI7K2nrLBL = "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)
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)
```Nano Banana Pro의 다른 프롬프트
크리에이터를 위해, 영원히 무료.
YouMind는 전 세계 크리에이터가 신뢰하는 AI 창작 파트너입니다. 이곳의 모든 프롬프트는 더 빠르고 더 나은 창작을 돕기 위해 엄선되었습니다.


