
瑞典肉丸彈出書場景
A highly structured, code-like prompt for Gemini Nano Banana 3 to generate a miniature diorama (1:87 scale) of traditional Swedish meatballs (Köttbullar) presented as a culinary pop-up book. The prompt details the scene across three sections: origin (forest/nature), transformation (cooking stove), and the final feast (plating), emphasizing tilt-shift photography and a cozy Scandinavian aesthetic.
觀看58
按讚2
留言1
分享0
書籤0
引用0
翻譯
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. 左頁:起源(自然)
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. 中央裝訂處:轉化(烹飪)
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. 右頁:結果(盛宴)
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]
# 執行渲染:8k解析度,移軸攝影,溫暖質樸光線,舒適斯堪的納維亞美學(Hygge)。
機器翻譯 — 實際產出作品的是原文 prompt。

















