Files
nexus/wiki/sources/Nano-Banana-提示词框架.md
2026-04-18 03:18:06 +08:00

40 lines
1.4 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: source
tags: [ai, google, nano-banana, prompt]
date: 2026-04-18
---
## Source File
- [[raw/AI/Nano Banana 提示词框架.md]]
## Summary
- 核心主题Google Nano Banana 图像生成模型的提示词框架
- 问题域AI 图像生成提示词设计
- 方法/机制:结构化 JSON 提示词模板,分物件描述和人物描述两类框架
- 结论/价值:提供标准化的提示词结构,提高图像生成质量和一致性
## Key Claims
- 物件描述框架包含 9 个核心维度shot、subject、environment、lighting、camera、color_grade、style、quality、negatives
- 人物描述框架包含年龄、外貌、姿态等人物特有属性
-camera 配置包含焦距、光圈、角度三个参数
## Key Quotes
> "shot": "",
> "subject": { "item": "", "materials": "", "details": "", "condition": "" },
> "lighting": "",
## Key Concepts
- [[物件描述框架]]:包含 item、materials、details、condition 四个子属性的结构化描述模板
- [[人物描述框架]]:包含 age、appearance、pose 三个特定属性的结构化描述模板
- [[Camera Config]]focal_length、aperture、angle 三个相机参数配置
## Key Entities
- [[Google]]:发布 Nano Banana 图像生成模型的公司
- [[Nano Banana]]Google 的专业级图像生成模型
## Connections
- [[Nano-Banana-Pro-Prompt-Guide]] ← extends ← [[Nano-Banana-提示词框架]]
## Contradictions
- (暂无)