AI-NEWS · 2025年 9月 5日

谷歌发布香蕉模板

Google发布nano banana官方Prompt模板,AI图像生成工具引发创作热潮

近日,Google正式发布了AI图像生成工具nano banana的官方Prompt模板,迅速引发网络热议。这款基于AI技术的图像生成工具以其强大的效果吸引了大量用户的关注和尝试,各种创意用法层出不穷,让人们感受到AI在图像生成与处理领域带来的巨大变革。

社交媒体创意展示

在社交媒体上,众多网友分享了nano banana生成的各种图像和视频,展示了其强大的创作能力。例如:

  • 有用户将经典名画人物与现代场景结合,创造了梵高与蒙娜丽莎在纽约中央公园浪漫相会的场景
  • 有用户使用该工具带我们重回中土世界,展现出堪比3A游戏的史诗级画面

这些创作充分展示了AI生成技术的无限潜力。

六大官方Prompt模板详解

为帮助用户更好地掌握这一工具,Google特别提供了六套Prompt模板,涵盖写实摄影、贴纸、文字渲染、产品摄影等多种风格。用户只需根据这些模板填写相关信息,即可轻松生成高质量图像。

1. 写实摄影(Realistic Photography)

模板说明:要获得写实图像,需要像摄影师一样思考。提及相机角度、镜头类型、光线和细节将引导模型实现写实效果。

示例模板

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.

应用示例

  • 描述:一位年长的日本陶艺家特写肖像,有着深刻的日晒皱纹和温暖知性的微笑,正在仔细检查一个新上釉的茶碗
  • 场景:他质朴、阳光充足的工作室
  • 光线:柔和的黄金时刻光线从窗户流入,突出黏土的精細纹理
  • 技术:85mm人像镜头拍摄,产生柔和的模糊背景(散景)
  • 氛围:宁静而大师风范,竖幅人像方向

2. 风格化插图和贴纸(Styled Illustrations and Stickers)

模板说明:为项目创建贴纸、图标或素材时,明确指定样式,需要时请求白色背景。

示例模板

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.

3. 图像中的文字渲染(Text Rendering in Images)

模板说明:nano banana在文字渲染任务中表现尤为出色。只需清楚说明文字内容、字体样式(用描述性词语)和整体设计即可生成高质量图像。

示例模板

Create 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].

4. 产品广告和商业摄影(Product Advertising and Commercial Photography)

模板说明:为电子商务、广告或品牌创建清晰、专业的产品照片。

示例模板

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].

5. 极简主义和负空间设计(Minimalism and Negative Space Design)

模板说明:非常适合为网站、演示文稿或营销材料创建覆盖文本的背景。

示例模板

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].

6. 漫画条/漫画(Comic Strip/Manga)

模板说明:通过清晰的场景描述,逐格创建引人入胜的视觉叙事,非常适合开发故事板、漫画或任何形式的连续艺术。

示例模板

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].

技术实现方式

用户可通过API调用生成图像,示例Python代码:

from google import genai
from google.genai import types
from PIL import Image
from io import BytesIO

client = genai.Client()
response = client.models.generate_content(
    model="gemini-2.5-flash-image-preview",
    contents=["A photorealistic close-up portrait of an elderly Japanese ceramicist..."]
)

创作价值与未来展望

nano banana的发布为更多用户打开了创意之门。无论是专业设计师还是普通用户,都可以在这个平台上充分释放创造力,体验AI技术带来的便利和乐趣。未来,我们期待nano banana带来更多令人印象深刻的图像生成作品。

火龙果频道