Nano Banana 一键生成手办

发布时间:2025-09-09

AI 技术越来越成熟,最近发布的 Nano Banana 大模型可以直接将图片上的人物形象变成一个 3D 的手办模型。

Nano Banana 是什么

Nano Banana 是谷歌最近发布的一款针对图片进行处理的 AI 大模型,首先在自家的多模态 AI 对话工具 Gemini 中使用,在 Gemini 的对话框中选择图片模型,会出现一个🍌图标,表示你正在使用 Nano Banana 大模型。

https://static.scung.cn/6b5fac5a-0b01-484a-8030-b1648af6f163.png

提示词

上传一张图片,写入提示词后发送给 Gemini 就可以立刻生成手办效果图片。

封面包装

提示词:

Use the nano-banana model to create a 1/7 scale commercialized figure of thecharacter in the illustration, in a realistic style and environment. Place the figure on a computer desk, using a circular transparent acrylic base without any text.On the computer screen, display the ZBrush modeling process of the figure. Next to the computer screen, place a BANDAI-style toy packaging box printed with the original artwork.

上传爱莉希雅的海报搭配上面的提示词,生成效果如下:

https://static.scung.cn/6c83e769-64e4-459d-9633-d8492ed14461.jpg

透明包装

提示词:

Create a 1/7 scale commercialized figurine of the character in the picture, in a realistic style, placed on a computer desk in a real environment. The figurine has a round transparent acrylic base with no text. On the computer screen, show the ZBrush modeling process of this figurine. Next to the screen, place a packaging box with rounded corners and a transparent front window. The side of the box should also feature the character’s photo. The box design should be cute with a touch of luxury, and the figurine inside the box should be clearly visible.

上传使用 AI 生成的 初音未来 图片,生成效果如下:

https://static.scung.cn/22fc56ac-d688-47b9-9526-a454a81e9012.jpg

除了生成手办的效果图之外,Nano Banana 还有很多隐藏的玩法,之后的文章会继续分享使用 Nano Banana 的其他功能。

其他阅读

新版本.Net关于Process.Start的问题

.Net 开发中,试用 Process.Start() 来启动一个新进程,当我们传入的是具体文件或者链接的时候,系统也会根据默认打开方式打开对应的进程。但是在新版本的 .Net 中,试用 Process.Start() 来打开文件或者链接的时候,会抛出 System.ComponentModel.Win32Exception 的错误,提示系统找不到指定的文件。

查看原文

软考中级-系统集成项目管理工程师复习总章

2025年下半年的软考将于11月开考,我将复习的过程笔记使用一个系列文章记录,本文只作为总章,将每个章节的复习时间和难度进行罗列,方便大家跟随学习。

查看原文

Apple网页中滚动效果

打开Apple官网查看iPhone页面,我们可以看到一个特殊效果,当你滚动鼠标时,页面不出现滚动效果,但内容却在变化。现在,基于 position : sticky 可以很容易实现这个效果。

查看原文

使用Cherry Studio搭配DeepSeek构建知识库

上篇文章,介绍了怎么在本地部署DeepSeek大模型服务,但是仅限于对话聊天,本文在之前的基础上,用DeepSeek搭配上Cherry Studio来构建个人知识库。

查看原文

JSON是什么

在现代化 Web 应用开发中,广泛使用一种名为 JSON 的数据交换格式。JSON 是一种轻量级数据交换格式,在不同系统之间提供标准且高效的数据交换。

查看原文