
纪念碑解构甜点艺术
一个富有创意的结构化提示词,利用 Python 风格的类格式来生成以建筑纪念碑为灵感的甜点艺术作品。
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" )2x2 网格,针对 4 个世界著名纪念碑进行创作,甜点类 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="奢华甜点菜单特色", title="{argument name="monument" default="[PASTRY NAME]"}", subtitle="[CHEF PÂTISSIER / MAISON]", constraints="明亮、诱人、高精度、现代甜点艺术" )