2025/09/06 23:20:28 1,442次浏览

机器之心报道

机器之心编辑部

最近几天,谷歌 Nano Banana 可是被广大网友玩出了新花样。

比如制作精致可爱的产品照片:

来源:https://x.com/azed_ai/status/1962878353784066342

将 13 张图像合并为单个图像 :

来源:https://x.com/MrDavids1/status/1960783672665128970

给人一键换衣:

反正你想到的,想不到的脑洞,都被广大网友挖掘出来了。

但别忘了,这些效果可不是凭空生成的。背后真正的魔法,其实是提示词。网友们正是用一条条巧妙的提示词,把这个模型玩出了无限可能。

就在刚刚,谷歌官方公布了 Nano Banana 六个文本转图像提示:

原文链接:https://x.com/googleaistudio/status/1962957615262224511

根据这些提示,你可以进行以下操作:

谷歌强调,这些指令可以最大限度的发挥 Nano Banana 的图像生成能力。

接下来,我们看看这些提示具体包含的内容:

1、照片级写实场景

对于写实风格的图像,要像摄影师一样思考。prompt 中要提及机位角度、镜头类型、光线以及细节描写,这样可以引导模型生成更逼真的效果。

模板如下:

代码块如下:

from google import genaifrom google.genai import typesfrom PIL import Imagefrom io import BytesIOclient = genai.Client()# Generate an image from a text promptresponse = 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()

下图使用的完整 prompt 为「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.」

2、风格化插画与贴纸

在制作贴纸、图标或项目素材时,在 prompt 中明确说明需要的风格;另外,如果需要白色背景,记得在 prompt 中提出来。

模板如下:

代码块如下所示:

from google import genaifrom google.genai import typesfrom PIL import Imagefrom io import BytesIOclient = genai.Client()# Generate an image from a text promptresponse = 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()

下图使用的完整 prompt 为「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.」

3、图上添加精准的文字

Gemini 擅长渲染文字。此类任务最好在 prompt 中明确说明文字内容、字体风格(用描述性的方式),以及整体设计。

模板如下:

代码块如下:

from google import genaifrom google.genai import typesfrom PIL import Imagefrom io import BytesIOclient = genai.Client()# Generate an image from a text promptresponse = 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()

下图使用的完整 prompt 为「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. 」

4、产品模型与商业摄影

适合在电商、广告或品牌宣传时制作干净、专业的产品照片。

模板如下:

代码块如下:

from google import genaifrom google.genai import typesfrom PIL import Imagefrom io import BytesIOclient = genai.Client()# Generate an image from a text promptresponse = 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()

下图使用的完整 prompt 为「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.」

5、极简与留白设计

适合用于创建网站、演示文稿或营销素材的背景,并在其上叠加文字内容。

模板如下:

代码块如下:

from google import genaifrom google.genai import typesfrom PIL import Imagefrom io import BytesIOclient = genai.Client()# Generate an image from a text promptresponse = client.models.generate_content( model="gemini-2.5-flash-image-preview", contents="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.",)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('minimalist_design.png') image.show()

下图使用的完整 prompt 为「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.」

6、连续性艺术(漫画分镜 / 分镜头脚本)

通过逐格描绘,创作引人入胜的视觉叙事,适合用于开发分镜头脚本、漫画条幅或任意形式的连续性艺术。重点在于清晰的场景描述。

模板如下:

代码块如下:

from google import genaifrom google.genai import typesfrom PIL import Imagefrom io import BytesIOclient = genai.Client()# Generate an image from a text promptresponse = 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()

下图使用的完整 prompt 为「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.」

这一套 prompt 模板学下来,你大概就能掌握使用 Nano Banana 的精髓了。

不过,用户在使用中还有其他困扰,比如「在对已有图像进行编辑时,模型往往会返回一张一模一样的图像。」

另外有人指出了 Nano Banana 在编辑时存在的更多问题,「它在一致性上表现不如 Qwen 和 Kontext Pro,也不够稳定,特别是在持续对话过程中。对于文本转图像,直接用 Imagen 会更好且更可控。」

大家在使用 Nano Banana 的过程中有哪些独到的心得与技巧?欢迎在评论区分享出来。

刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来
刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来

北京人是鲨鱼的有力证据

「活动」kumawubiaotitest

33.71MB
版本V3.5.38
下载扒开腿灌牛奶🥛调教安装你想要的应用 更方便 更快捷 发现更多
喜欢 51%好评(444人)
评论 16
刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来截图0 刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来截图1 刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来截图2 刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来截图3 刚刚,谷歌放出Nano Banana六大正宗Prompt玩法,手残党速来截图4
详细信息
  • 软件大小: 730.9MB
  • 最后更新: 2025/09/06 23:20:28
  • 最新版本: V6.68.7
  • 文件格式: apk
  • 应用分类:ios-Android 91❤️国产白丝在线播放
  • 使用语言: 中文
  • : 需要联网
  • 系统要求: 5.341以上
应用介绍
一,美女㊙️免费看,XXXXXL19-2021
二,国情㊙️麻豆网站视频,扒开美女疯狂揉❌孕动游戏
三,把jiji❌进美女的屁屁里面,成人免费版❌❌❌外国
四,❤奇优影院第一页,火影山中井野被❌图网站
五,女同学被❌到爽🔞流片p图小说,天堂动漫被❌到爽🔞流
六,又爽❌又黄❌免费网站97双女,裸体小舞被❌吸乳羞羞在线,欧美护士自慰❌❌❌o
七,久久精品无码人妻A级毛片无删减外出电影
【联系我们】
客服热线:134-2881-646
加载更多
版本更新
V7.5.17
精品㊙️网站入口

{{.转码Keywords}} 类似软件

猜你喜欢

相关攻略
包含 饿了么 的应用集
包含 饿了么 的应用集
评论
  • 涩涩同人❌18禁本原子之心 4天前
    嫩草TV无码㊙️
  • 二次元女生束脚悬吊图片 5天前
    欧美性猛交❌❌❌辛迪
  • 18🈲do爱动漫视频 2天前
    十八禁🔞被c美女丝袜拍污爽
  • ❌❌❌免费裸体免费视频 3天前
    甘雨自慰🔞网站
  • 乡下人做爰XXXⅩ高潮在哪看 2天前
    免费看欧美成人A片无码
  • 美女JK的尿口㊙️免费看 7天前
    亚洲精品㊙️一区二区三区蜜桃久
  • XXXXXXX🍆🍑zz 7天前
    六十路老熟女🈚码A片
  • 女男性H❤动漫同人番 2天前
    美女跪床❌❌被🌿直播视频
  • 动漫强迫裸体被❌出水小说 2天前
    18禁白鹿被❌吸乳羞羞视频
  • 纳西妲裸体疯狂❌自慰爽网站 1天前
    13女打屁股沟㊙️SP网站