Auto-sync: 2026-04-18 03:18
This commit is contained in:
36
wiki/concepts/人物描述框架.md
Normal file
36
wiki/concepts/人物描述框架.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
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]]
|
||||
Reference in New Issue
Block a user