整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,33 @@
---
id: prompt-framework
title: "提示词框架"
type: concept
tags: [Nano Banana, prompt-engineering, image-generation]
sources:
- "[[Nano Banana提示词框架]]"
last_updated: 2025-03-15
---
## Definition
提示词框架是结构化描述图像生成需求的模板,通过标准化字段确保生成质量可控。
## Framework Types
### 物件描述框架
- shot镜头类型
- subject包含item/materials/details/condition
- environment环境描述
- lighting光线
- camera相机设置
- color_grade色彩分级
- style风格
- quality质量参数
- negatives负面提示
### 人物描述框架
- subject包含age/appearance/pose等字段
## Connections
- [[AI图像生成]] ← uses ← [[提示词框架]]
- [[Nano Banana]] ← supports ← [[提示词框架]]