返回创作内容库

瑞典肉丸美食立体书透视模型

一个高度结构化、代码般的提示,用于 Gemini Nano Banana 3 生成一个微型立体模型(1:87 比例),展示传统瑞典肉丸(Köttbullar)以烹饪立体书的形式呈现。该提示通过三个部分详细描述了场景:起源(森林/自然)、转化(烹饪炉灶)和最终的盛宴(摆盘),强调移轴摄影和舒适的斯堪的纳维亚美学。

nano-banana-pro · 信息图 / 教育视觉图 · 插画 · 摄影 · 摘要 / 背景 · 食品 / 饮料

试一试复制喜欢的提示词,在 AnchorDot 中开始创作。
瑞典肉丸美食立体书透视模型瑞典肉丸美食立体书透视模型瑞典肉丸美食立体书透视模型瑞典肉丸美食立体书透视模型

中文提示词

```python class Culinary_PopUp_Book: def __init__(self, dish="Köttbullar (Traditional Swedish Meatballs)"): self.base = "古老的皮革装订食谱,摊开在质朴的木桌上" self.scale = "1:87 (HO 比例) 微缩立体模型" def generate_spread(self): # 1. 左页:起源 (自然) origin_biome = "茂密的瑞典松树林,点缀着野生越橘灌木丛,以及牛群休憩的薄雾笼罩的绿色牧场" harvesters = "微型采摘者在林中采摘鲜红的越橘,传统农民照料着奶牛" # 2. 中间书脊:转化 (烹饪) machinery = "经典的瑞典燃木炉 (vedspis),上面放着一个滋滋作响的巨大铸铁煎锅" physics = "浓郁的奶油蒸汽和咸香的烟雾从书脊处发光的余烬中升腾而起" # 3. 右页:成果 (盛宴) plating = f"一大盘美味的 {dish},浸润在浓郁的棕色奶油酱 (gräddsås) 中,旁边是香浓的黄油土豆泥" garnish = "微型厨师小心翼翼地摆放着新鲜莳萝小枝,并点缀着鲜亮的越橘果酱" return [origin_biome, machinery, plating, harvesters, garnish] # 执行渲染:8k 分辨率,移轴摄影,温暖质朴的灯光,舒适的斯堪的纳维亚美学 (Hygge)。 ```

原始提示词

class Culinary_PopUp_Book: def __init__(self, dish="Köttbullar (Traditional Swedish Meatballs)"): self.base = "Ancient leather-bound cookbook, open on a rustic wooden table" self.scale = "1:87 (HO Scale) Miniature Diorama" def generate_spread(self): # 1. Left Page: The Origin (Nature) origin_biome = "Dense Swedish pine forest with wild lingonberry bushes and misty green pastures for cattle" harvesters = "Miniature foragers picking bright red lingonberries in the woods and traditional farmers tending to dairy cows" # 2. Center Gutter: The Transformation (Cooking) machinery = "Classic Swedish wood stove (vedspis) with a massive, sizzling cast-iron skillet" physics = "Rich buttery steam and savory smoke rising from the glowing embers in the gutter" # 3. Right Page: The Result (Feast) plating = f"A massive, delicious pile of finished {dish} swimming in rich brown cream sauce (gräddsås), alongside buttery mashed potatoes" garnish = "Miniature chefs carefully placing sprigs of fresh dill and dolloping bright lingonberry jam" return [origin_biome, machinery, plating, harvesters, garnish] # EXECUTE RENDER: 8k resolution, tilt-shift photography, warm rustic lighting, cozy Scandinavian aesthetic (Hygge).