Files
nexus/wiki/concepts/StyleSeed.md
2026-05-03 05:42:12 +08:00

1.4 KiB
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
StyleSeed concept
prompt-engineering
ai-image
consistency
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

== STYLE SEED — MANDATORY ==

[Background description]
[Line quality requirements]
[Color palette with hex values]
[Frame/border specification]
[Prohibited elements list]

[CONTENT]
[Your specific content here]
  • StyleLock:在 Style Seed 基础上,通过逐项检查清单强制比对上一张图片的风格参数
  • PromptEngineeringStyle Seed 是 Prompt Engineering 在视觉一致性领域的具体应用
  • ReferenceImageConsistency:最强一致性方法,用第一张生成的图片作为后续图片的视觉基准

Sources