Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -0,0 +1,47 @@
---
title: "StyleSeed"
type: concept
tags: ["prompt-engineering", "ai-image", "consistency"]
last_updated: 2026-05-01
---
## Definition
风格种子句Style Seed是 AI 图片生成中用于锚定视觉风格基线的标准化文本块——在每个提示词开头加入完全相同的风格定义句,确保多张图片共享统一的视觉参数。
## Core Parameters
一个完整的 Style Seed 包含以下维度:
| 维度 | 示例 |
|------|------|
| 背景色/纹理 | dark green-black chalkboard (#1C2B1C) |
| 线条质量 | hand-drawn, imperfect, sketchy wobble |
| 配色方案 | 6 色严格限制(白/黄/粉/蓝/绿/橙) |
| 边框样式 | wooden frame border with chalk dust |
| 禁止项 | NO gradients, NO perfect geometric shapes |
## Usage Pattern
```markdown
== STYLE SEED — MANDATORY ==
[Background description]
[Line quality requirements]
[Color palette with hex values]
[Frame/border specification]
[Prohibited elements list]
[CONTENT]
[Your specific content here]
```
## Related Concepts
- [[StyleLock]]:在 Style Seed 基础上,通过逐项检查清单强制比对上一张图片的风格参数
- [[PromptEngineering]]Style Seed 是 Prompt Engineering 在视觉一致性领域的具体应用
- [[ReferenceImageConsistency]]:最强一致性方法,用第一张生成的图片作为后续图片的视觉基准
## Sources
- [[如何让AI生成风格一致的图片]]