Exploded Monument Pastry Art
A creative structured prompt that uses a Python-style class format to generate architectural monument-inspired pastry art.

프롬프트
2x2 그리드, 4개의 유명한 세계 기념비를 페이스트리로 구현 class Grande_Patisserie_DNA: def __init__(self): self.subject = "{argument name="pastry" default="[PASTRY CREATION]"}" self.parents = { "composition_parent": "층, 글레이즈, 장식이 공중에 떠 있는 분해된 앙트르메", "material_parent": "미러 글레이즈, 벨벳 초콜릿 스프레이, 금박, 식용 꽃", "graphic_parent": "고급 파티세리 부티크 윈도우 카드", "atmosphere_parent": "카라라 대리석 조리대 위로 비치는 밝은 아침 햇살" } self.mutations = { "semantic_mutation": "케이크 단면에서 과일이 자라난 작은 과수원이 드러남", "information_mutation": "풍미 강도 그래프, 질감 층 다이어그램, 코코아 및 바닐라 원산지 지도, 칼로리 구성 링", "medium_mutation": "글레이즈가 흘러내리는 부분에 스팟 광택 처리가 된 매끄러운 비코팅지", "scale_mutation": "설탕 결정 격자와 코코아 버터 블룸의 현미경적 시점" } self. style_mix = [0.30, 0.30, 0.25, 0.10, 0.05] def generate_subject(self): subject = """ {argument name="pastry_name" default="[PASTRY CREATION]"} 이 밝고 깨끗한 공간에 떠 있습니다. 무스, 비스킷, 인서트, 글레이즈 등 모든 층이 부드럽게 분리되어 맛의 구조를 드러냅니다. 완벽한 한 숟가락이 근처에 떠 있습니다. """ return render( subject, format="luxury pâtisserie menu feature", title="{argument name="monument" default="[PASTRY NAME]"}", subtitle="[CHEF PÂTISSIER / MAISON]", constraints="밝고, 먹음직스럽고, 고정밀, 현대적인 디저트 아트" )
기계 번역 — 실제 결과물을 만든 것은 원문 프롬프트입니다.
원문 프롬프트
2x2 grid, do this for 4 famous world monuments in pastry class Grande_Patisserie_DNA: def __init__(self): self.subject = "{argument name="pastry" default="[PASTRY CREATION]"}" self.parents = { "composition_parent": "Exploded entremet with layers, glazes, and decorations levitating", "material_parent": "Mirror glaze, velvet chocolate spray, gold leaf, edible flowers", "graphic_parent": "Luxury pâtisserie boutique window card", "atmosphere_parent": "Bright morning light on a Carrara marble countertop" } self.mutations = { "semantic_mutation": "The cake slice reveals a tiny orchard where its fruits grew", "information_mutation": "Flavor intensity graph, texture layers diagram, sourcing map for cocoa and vanilla, calorie composition ring", "medium_mutation": "Smooth uncoated paper with spot gloss on the glaze drips", "scale_mutation": "Microscopic view of a sugar crystal lattice and cocoa butter bloom" } self. style_mix = [0.30, 0.30, 0.25, 0.10, 0.05] def generate_subject(self): subject = """ {argument name="pastry_name" default="[PASTRY CREATION]"} floating in a bright, clean space. All layers — mousse, biscuit, insert, glaze — are gently separated to expose the architecture of taste. A single perfect spoonful hovers nearby. """ return render( subject, format="luxury pâtisserie menu feature", title="{argument name="monument" default="[PASTRY NAME]"}", subtitle="[CHEF PÂTISSIER / MAISON]", constraints="bright, appetizing, high precision, modern dessert art" )