還記得之前大家瘋狂都在玩「讓 AI 幫我產生一張吉卜力風格的圖像」,但今年開始,AI 生成圖片已經不是玩具,而是 實打實能幫品牌省錢、加速的武器。
如果你這幾天有滑社群,應該已經被一堆「AI 公仔照」洗版了吧?
沒錯,這就是 Google Gemini 2.5 Flash Image(暱稱 Nano Banana)的最新魔法!
從「把自己變成 3D 桌上公仔」、「讓動漫角色走進真實世界」,到「秒生商品攝影圖」,Nano Banana 幾乎快變成設計師和創作者的神隊友,只需要「用文字 + 參考圖片」,在幾秒內生成「超高水準」的圖片,從寫實攝影、貼圖插畫,到極簡設計、漫畫分鏡,全部都能搞定。
很多人第一眼看到 Nano Banana,心裡的 OS 是:「哇!這不就跟我在 IG 廣告裡看到的品牌素材一模一樣嗎?」沒錯,這就是關鍵 —— 當 AI 照片可以媲美攝影師作品、AI 插畫可以直接上 LINE 貼圖,這不只是一個酷炫的功能,而是一場 行銷工作流的革命。

🍌 本篇文章Google官方資料來源:https://x.com/googleaistudio/status/1962957615262224511

⚿ 文章目錄 ⚿

一、Nano Banana 能做到什麼?

首先,快速瀏覽 Nano Banana 的五個大絕招:
- 文字生成圖片:你打字,它畫圖。輸入描述就能生成。
- 圖片 + 文字生成圖片:上傳一張圖,搭配提示詞,AI 幫你加元素、改風格。
- 多圖合成 / 風格遷移:把不同圖片融合,或把 A 的風格套到 B 上。
- 迭代優化:對話式修改,一步一步讓結果更接近你要的。
- 文字渲染:能在圖片中自然放入文字,適合 LOGO、海報、封面。
接下來,就是重頭戲「Google 公布的 六大官方提示詞範本」。會針對模板解釋其意思,接著舉範例,最後補充延伸應用,讓你一看就懂、馬上能用。

二、Nano Banana 六大官方玩法

Google 官方整理了六種指令範本,搭配 QDM開店平台 的進階小技巧,讓你一看就能上手。

1. 寫實照片場景:像攝影師一樣下指令
想要生成「看起來就像真的拍的照片」?
你要像攝影師一樣描述:角度、光線、鏡頭、氛圍。

官方範本
A photorealistic [shot type] of [subject], [action or expression], set in [environment].
The scene is illuminated by [lighting description], creating a [mood] atmosphere.
Captured with a [camera/lens details], emphasizing [key textures and details].
The image should be in a [aspect ratio] format.
以 [環境] 為背景的 [主體]、[動作或表情] 的逼真 [鏡頭類型]。 場景由 [燈光描述] 照亮,營造 [情緒] 氛圍。 使用 [相機/鏡頭細節] 拍攝,突出 [關鍵紋理和細節]。 影像應採用 [寬高比] 格式。
提示範例
A photorealistic close-up portrait of an elderly Japanese ceramicist with deep, sun-etched wrinkles and a warm, knowing smile. He is carefully inspecting a freshly glazed tea bowl. The setting is his rustic, sun-drenched workshop. The scene is illuminated by soft, golden hour light streaming through a window, highlighting the fine texture of the clay. Captured with an 85mm portrait lens, resulting in a soft, blurred background (bokeh). The overall mood is serene and masterful. Vertical portrait orientation.
這是一張寫實的特寫肖像,描繪了一位年邁的日本陶藝家,他臉上掛著溫暖而睿智的微笑,臉上佈滿了深深的皺紋。他正仔細地端詳著一隻剛上釉的茶碗。背景是他那充滿鄉村氣息、陽光普照的工作室。柔和的金色陽光透過窗戶灑進畫面,照亮了畫面,凸顯了陶土的細膩質感。這張照片以85毫米人像鏡頭拍攝,背景虛化效果柔和,顯得模糊不清。整體氛圍寧靜而精湛。豎向人像拍攝。

用 Python 透過 API 生成圖片的示例程式
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
# Generate an image from a text prompt
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents="A photorealistic close-up portrait of an elderly Japanese ceramicist with deep, sun-etched wrinkles and a warm, knowing smile. He is carefully inspecting a freshly glazed tea bowl. The setting is his rustic, sun-drenched workshop with pottery wheels and shelves of clay pots in the background. The scene is illuminated by soft, golden hour light streaming through a window, highlighting the fine texture of the clay and the fabric of his apron. Captured with an 85mm portrait lens, resulting in a soft, blurred background (bokeh). The overall mood is serene and masterful.",
)
image_parts = [
part.inline_data.data
for part in response.candidates[0].content.parts
if part.inline_data
]
if image_parts:
image = Image.open(BytesIO(image_parts[0]))
image.save('photorealistic_example.png')
image.show()
延伸應用
- 電商:模擬商品擺拍,省去棚拍成本。
- 自媒體:快速生成「帶有情境氛圍」的配圖。
- 個人娛樂:幫爸媽做一張像樣的肖像照,不輸攝影棚。

2. 可愛貼圖:LINE 貼圖級別的風格
想要「超 Q 貼圖」或「可愛角色圖示」?
關鍵是要清楚描述風格、主角、配色,還要記得「背景必須白色」。

官方範本
A [style] sticker of a [subject], featuring [key characteristics] and a [color palette]. The design should have [line style] and [shading style]. The background must be white.
一個[主題]的[風格]貼紙,包含[主要特徵]和[配色方案]。設計應包含[線條樣式]和[陰影樣式]。背景必須為白色。
提示範例
A kawaii-style sticker of a happy red panda wearing a tiny bamboo hat. It’s munching on a green bamboo leaf. The design features bold, clean outlines, simple cel-shading, and a vibrant color palette. The background must be white.
一張可愛風格的貼紙,畫著一隻戴著小竹帽的快樂小熊貓。它正在咀嚼一片翠綠的竹葉。設計以大膽清晰的輪廓、簡潔的卡通渲染和鮮豔的配色為特色。背景必須為白色。

用 Python 透過 API 生成圖片的示例程式
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
# Generate an image from a text prompt
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents="A kawaii-style sticker of a happy red panda wearing a tiny bamboo hat. It's munching on a green bamboo leaf. The design features bold, clean outlines, simple cel-shading, and a vibrant color palette. The background must be white.",
)
image_parts = [
part.inline_data.data
for part in response.candidates[0].content.parts
if part.inline_data
]
if image_parts:
image = Image.open(BytesIO(image_parts[0]))
image.save('red_panda_sticker.png')
image.show()
- 做 LINE 貼圖:直接生成一系列角色。
- 品牌吉祥物:想要打造「IP 角色」,這就是快速原型工具。
- 社群行銷:自製 Meme、貼紙,讓粉專互動更活潑。

3. 圖中精準放文字:LOGO / 海報專用
別再靠 AI 生圖後自己用 Photoshop 硬加字!
Nano Banana 已經能 把文字嵌進圖中,而且對齊、質感都很自然。

官方範本
reate a [image type] for [brand/concept] with the text “[text to render]” in a [font style]. The design should be [style description], with a [color scheme].
為[品牌/概念]建立[圖片類型],並在[字體樣式]中加入文字「[待渲染文字]」。設計應為[樣式描述],並搭配[配色方案]。
提示範例
Create a modern, minimalist logo for a coffee shop called ‘The Daily Grind’. The text should be in a clean, bold, sans-serif font. The design should feature a simple, stylized icon of a coffee bean seamlessly integrated with the text. The color scheme is black and white.
為一家名為「The Daily Grind」的咖啡店設計一個現代簡約的標誌。文字應採用簡潔、粗體的無襯線字體。設計應以簡潔、風格化的咖啡豆圖示為特色,並與文字無縫銜接。配色方案為黑白。

用 Python 透過 API 生成圖片的示例程式
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
# Generate an image from a text prompt
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents="Create a modern, minimalist logo for a coffee shop called 'The Daily Grind'. The text should be in a clean, bold, sans-serif font. The design should feature a simple, stylized icon of a a coffee bean seamlessly integrated with the text. The color scheme is black and white.",
)
image_parts = [
part.inline_data.data
for part in response.candidates[0].content.parts
if part.inline_data
]
if image_parts:
image = Image.open(BytesIO(image_parts[0]))
image.save('logo_example.png')
image.show()
- LOGO 設計:創業初期快速出稿。
- 活動海報:幾分鐘就能生成主視覺。
- 社群圖文:文案跟圖片一次搞定。

4. 產品攝影 & Mockup:商業級效果
這一招最適合電商品牌。
不用租攝影棚、不用找模特,直接輸入「產品 + 佈光 + 背景 + 構圖」。

官方範本
A high-resolution, studio-lit product photograph of a [product description] on a [background surface/description]. The lighting is a [lighting setup, e.g., three-point softbox setup] to [lighting purpose]. The camera angle is a [angle type] to showcase [specific feature]. Ultra-realistic, with sharp focus on [key detail]. [Aspect ratio].
一張高解析度、工作室燈光下的產品照片,將[產品描述]置於[背景表面/描述]之上。燈光採用[照明設置,例如三點式柔光箱],以達到[照明目的]。拍攝角度採用[角度類型],以展現[特定功能]。超逼真,清晰對焦[關鍵細節]。 [寬高比]。
提示範例
A high-resolution, studio-lit product photograph of a minimalist ceramic coffee mug in matte black, presented on a polished concrete surface. The lighting is a three-point softbox setup designed to create soft, diffused highlights and eliminate harsh shadows. The camera angle is a slightly elevated 45-degree shot to showcase its clean lines. Ultra-realistic, with sharp focus on the steam rising from the coffee. Square image.
這張高解析度的攝影棚燈光產品照片展示了一個極簡主義風格的霧面黑色陶瓷咖啡杯,放置在拋光混凝土表面上。燈光採用三點式柔光箱設置,旨在營造柔和的漫射高光,並消除刺眼的陰影。相機角度略微抬高了45度,以突出其簡潔的線條。照片極為逼真,清晰地聚焦於咖啡升騰的蒸氣。方形圖像。

用 Python 透過 API 生成圖片的示例程式
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
# Generate an image from a text prompt
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents="A high-resolution, studio-lit product photograph of a minimalist ceramic coffee mug in matte black, presented on a polished concrete surface. The lighting is a three-point softbox setup designed to create soft, diffused highlights and eliminate harsh shadows. The camera angle is a slightly elevated 45-degree shot to showcase its clean lines. Ultra-realistic, with sharp focus on the steam rising from the coffee. Square image.",
)
image_parts = [
part.inline_data.data
for part in response.candidates[0].content.parts
if part.inline_data
]
if image_parts:
image = Image.open(BytesIO(image_parts[0]))
image.save('product_mockup.png')
image.show()
- 新品上市:一鍵產出主圖。
- A/B 測試:同一商品試不同風格,看哪張轉換率高。
- Mockup 展示:Logo 放在包裝、衣服、招牌上秒完成。

5. 極簡留白設計:網站背景神器
這個範本很適合做 行銷素材背景。
畫面乾淨、留白多,方便後製加文字。

官方範本
A minimalist composition featuring a single [subject] positioned in the [bottom-right/top-left/etc.] of the frame. The background is a vast, empty [color] canvas, creating significant negative space. Soft, subtle lighting. [Aspect ratio].
極簡主義構圖,單一[主體]位於畫面[右下/左上/等等]。背景是一塊廣闊的空白[彩色]畫布,營造出顯著的負空間。光線柔和細膩。 [寬高比]。
提示範例
A minimalist composition featuring a single, delicate red maple leaf positioned in the bottom-right of the frame. The background is a vast, empty off-white canvas, creating significant negative space for text. Soft, diffused lighting from the top left. Square image.
一幅極簡主義的構圖,畫面右下角是一片精緻的紅色楓葉。背景是一塊巨大的空白灰白色畫布,為文字營造出明顯的負空間。柔和的漫射光從左上角照射而來。方形圖像

用 Python 透過 API 生成圖片的示例程式
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
# Generate an image from a text prompt
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents="A single comic book panel in a gritty, noir art style with high-contrast black and white inks. In the foreground, a detective in a trench coat stands under a flickering streetlamp, rain soaking his shoulders. In the background, the neon sign of a desolate bar reflects in a puddle. A caption box at the top reads \"The city was a tough place to keep secrets.\" The lighting is harsh, creating a dramatic, somber mood. Landscape.",
)
image_parts = [
part.inline_data.data
for part in response.candidates[0].content.parts
if part.inline_data
]
if image_parts:
image = Image.open(BytesIO(image_parts[0]))
image.save('comic_panel.png')
image.show()
- 品牌官網 Banner:乾淨又有質感。
- 簡報背景:直接拿來當投影片底圖。
- 社群文案:空白處放字,完全不突兀。

6. 故事分鏡 / 漫畫:一次生成劇情感
這一招適合做 漫畫分鏡、短劇腳本、行銷故事圖。
描述前景人物、背景環境、情境氛圍,還能直接加對白框!

官方範本
A single comic book panel in a [art style] style. In the foreground, [character description and action]. In the background, [setting details]. The panel has a [dialogue/caption box] with the text “[Text]”. The lighting creates a [mood] mood. [Aspect ratio].
一幅[藝術風格]風格的漫畫書單幅畫板。前景是[人物描述和動作]。背景是[場景細節]。畫板中有一個[對話/標題框],上面寫著[文字]。燈光營造出一種[氛圍]氛圍。 [寬高比]。
提示範例
A single comic book panel in a gritty, noir art style with high-contrast black and white inks. In the foreground, a detective in a trench coat stands under a flickering streetlamp, rain soaking his shoulders. In the background, the neon sign of a desolate bar reflects in a puddle. A caption box at the top reads “The city was a tough place to keep secrets.” The lighting is harsh, creating a dramatic, somber mood. Landscape.
一幅漫畫書,採用粗糲的黑色藝術風格,黑白墨水對比鮮明。前景中,一位身穿風衣的偵探站在閃爍的路燈下,雨水浸濕了他的肩膀。背景中,一間荒涼酒吧的霓虹燈招牌映照在水坑裡。頂部的標題欄寫著「這座城市曾經是一個難以保守秘密的地方」。光線刺眼,營造出戲劇性而陰鬱的氛圍。風景。

用 Python 透過 API 生成圖片的示例程式
from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO
client = genai.Client()
# Generate an image from a text prompt
response = client.models.generate_content(
model="gemini-2.5-flash-image-preview",
contents="A single comic book panel in a gritty, noir art style with high-contrast black and white inks. In the foreground, a detective in a trench coat stands under a flickering streetlamp, rain soaking his shoulders. In the background, the neon sign of a desolate bar reflects in a puddle. A caption box at the top reads \"The city was a tough place to keep secrets.\" The lighting is harsh, creating a dramatic, somber mood. Landscape.",
)
image_parts = [
part.inline_data.data
for part in response.candidates[0].content.parts
if part.inline_data
]
if image_parts:
image = Image.open(BytesIO(image_parts[0]))
image.save('comic_panel.png')
image.show()
- 品牌故事行銷:把「產品誕生過程」做成漫畫。
- 教育教材:把抽象內容視覺化。
- 娛樂內容:快速生成一格格漫畫短篇。

三、Nano Banana 進階使用技巧

玩熟了六大範本之後,你可以把 Nano Banana 拉進工作流,讓它成為 省時間 + 省預算 + 提升轉換率 的秘密武器。

1. 串接 API 與自動化產圖
- 在 Google AI Studio 拿到 API Key。
- 把六大範本存成「模板」。
- 接到 QDM開店平台,上架新商品時,自動生成一組主圖+情境照。
👉 新品從拍照到上架,從原本的 3 天 → 縮短成 30 分鐘。

2. 社群應用實戰
- IG 輪播懶人包:極簡設計 + 文字。
- LINE 貼圖:可愛角色延伸一套系列。
- FB 廣告:一次生成三種風格跑 A/B。
👉 例子:新品推出時,你不用再手繪漫畫,而是直接輸入「品牌小臘腸狗角色、在咖啡杯裡泡澡、說『喝了不焦慮』」,馬上就有漫畫行銷素材。

3. A/B 測試找出最強素材
傳統廣告最怕只有單一素材。Nano Banana 則能一次輸出十張不同風格圖片,快速比對哪張點擊率最高。
👉 這就是 AI行銷飛輪:生成 → 測試 → 優化 → 再生成。

4. 跨平台內容再利用
- 商品圖:放在官網上。
- 延伸插畫:做 IG 分享文。
- 再加工:變成 FB 廣告。
👉 一張「黑色陶瓷杯」→ 可拆成「官網極簡圖」+「IG 情境照」+「粉專限動小漫畫」。

5. 人類創意 + AI 助力
AI 可以省力,但創意還是要靠人。最好的方式是 AI 畫底稿,人類做微調。
👉 例如:AI 畫出咖啡館 Logo 底稿 → 人類決定配色、調整字體 → 最後加上品牌故事。

四、品牌應用場景案例

1. 電商品牌
- 新品上架:自動生成商品照 + IG限動素材。
- 節慶行銷:萬聖節特輯插畫,免找插畫師。

2. 小型餐飲 / 咖啡館
- AI 幫忙畫菜單插畫。
- LINE 官方帳號推出「可愛店狗貼圖」。

3. 個人創作者 / KOL
- 用 Nano Banana 建立專屬風格插畫。
- 做故事漫畫跟粉絲互動。

五、結論:Nano Banana 是你的貼身助理

其實,Nano Banana 的角色定位很明確:
它不是要取代設計師,而是成為 你的貼身設計助理。
當大家都在還在花錢拍攝時,你已經用 AI 做出高質感圖像,還能測試、優化、跨平台應用。差別就在這裡:你在同樣時間裡,能做出更多內容,跑出更快的市場反應。
AI 能幫你加速工作流程,但真正讓內容有溫度的,還是你的 想像力、故事力、品牌價值觀。
所以,不要只停在「玩玩看」,從今天開始,挑一個小專案試試,讓 Nano Banana 真正成為你 行銷飛輪的一部分。