Files
nexus/wiki/concepts/Nano-Banana.md
weishen 5789476c23 Batch ingest: Multi-Agent Team / DevOps Maturity / 一语点醒梦中人 / NodeWarden
Sources:
- Agent-usecases-multi-Agent-Team.md
- DevOps-Maturity-Model-From-Traditional-IT-to-Advanced-DevOps.md
- AI-一语点醒梦中人.md
- Home-Office-NodeWarden-把-Bitwarden-搬上-Cloudflare-Workers彻底告别服务器.md

Entities: Trebuh, Cloudflare
Concepts: DevOps成熟度模型, 共享内存模式, 空性智慧, 绝处逢生
2026-04-15 18:05:17 +08:00

30 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Nano Banana"
type: concept
tags: [ai, prompt, google, image-generation]
---
## Definition
Nano Banana 是 Google 发布的结构化图像生成提示词框架,通过 9 个标准化字段将创意描述转化为机器可执行参数,实现提示词的可复用性和可组合性。
## Framework Fields
| 字段 | 作用 | 示例 |
|------|------|------|
| shot | 镜头类型和构图 | Macro close-up shot, square aspect ratio |
| subject | 主体描述(物件/人物) | A luxury men's chronograph watch |
| environment | 环境背景 | Dark textured slate rock, out-of-focus gradient |
| lighting | 照明设置 | Studio softbox, key light from top-left |
| camera | 摄像机参数 | 100mm macro lens, f/8, 45-degree angle |
| color_grade | 调色风格 | High contrast, clean and commercial |
| style | 整体风格 | Hyper-realistic CGI render |
| quality | 质量要求 | 8K resolution, perfect material shaders |
| negatives | 负向提示词 | no scratches, no dust, no logos |
## Why "Negatives" Matters
negatives 字段是质量控制的关键:明确告诉模型"不要什么"避免常见生成缺陷模糊、水印、logo 等)。
## Connections
- [[结构化提示词]] ← 框架类型
- [[负向提示词]] ← 关键机制
- [[Google]] ← 发布方