Files
nexus/wiki/concepts/负向提示词.md
2026-04-15 16:33:26 +08:00

921 B
Raw Blame History

title, type, tags
title type tags
负向提示词 concept
ai
prompt
image-generation

Definition

负向提示词Negative Prompt是一种明确指定 AI 生成过程中需要排除的特征或元素的提示词策略。

Mechanism

在图像生成中negatives 字段告诉模型"不要生成这些内容"

  • 避免常见缺陷blur、noise、watermark、logo
  • 排除不需要的元素human hands、text、distortion
  • 控制风格纯度no unrealistic lighting、no cartoon style

In Nano Banana Framework

Nano Banana 的 negatives 字段是质量控制关键:

"negatives": "no scratches, no dust, no logos or brand names, no human hands, blurry watch face"

Why It Matters

不写 negatives = 让 AI 自由发挥,容易混入不需要的元素。明确的 negatives = 质量门槛。

Connections