Files
nexus/wiki/concepts/人物描述框架.md
2026-04-18 03:18:06 +08:00

36 lines
578 B
Markdown

---
title: "人物描述框架"
type: concept
tags: [prompt, nano-banana, image-generation]
date: 2026-04-18
---
## Definition
Google Nano Banana 图像生成模型的人物提示词结构化描述模板。
## Structure
```json
{
"shot": "",
"subject": {
"age": "",
"appearance": "",
"pose": ""
},
"environment": "",
"lighting": "",
"camera": {
"focal_length": "",
"aperture": "",
"angle": ""
},
"color_grade": "",
"style": "",
"quality": "",
"negatives": ""
}
```
## Related Concepts
- [[物件描述框架]]
- [[Camera Config]]