Negative Prompt Guide | How It Works and Key Caveats

Negative Prompt Guide | How It Works and Key Caveats

Important Notice for z-image-turbo Users

Negative prompts do not work in z-image-turbo.

z-image-turbo operates at CFG=1.0 as a distilled model. Negative prompts rely on the Classifier-Free Guidance (CFG > 1.0) mechanism — at CFG=1.0, whatever you write in the negative prompt has no effect on the image.

To improve image quality in z-image-turbo, optimizing positive prompts is effective rather than negative prompts. See prompt best practices for details.

The explanations below are provided as general knowledge for models operating at CFG > 1.0 (standard Stable Diffusion models, etc.).

How Negative Prompts Work

The Principle of Classifier-Free Guidance

Negative prompts operate via the Classifier-Free Diffusion Guidance mechanism.

At each sampling step (image generation), the model makes two predictions:

  1. Prediction based on the positive prompt (“move toward this”)
  2. Prediction based on the negative prompt (“move away from this”)

The final denoising direction is determined by amplifying the difference between these two predictions by the CFG value:

final direction = negative prediction + CFG × (positive prediction − negative prediction)

When CFG=1.0, this formula reduces to just “positive prediction,” and the negative prompt term disappears entirely. This is why negative prompts don’t work in z-image-turbo.

In Short

  • CFG > 1.0 models: Negative prompts function as “repulsion”
  • CFG = 1.0 models (z-image-turbo etc.): Negative prompts are ignored

Category-by-Category Standard Phrase Collection (For CFG > 1.0 Models)

The following are standard phrases for models operating at CFG > 1.0, such as standard Stable Diffusion models.

Quality

Quality Negative Prompts
(worst quality, low quality:1.4), blurry, jpeg artifacts, noise, grainy
PhraseEffect
worst qualityAvoids lowest-quality images
low qualityAvoids low quality in general
blurryAvoids out-of-focus images
jpeg artifactsAvoids block noise from JPEG compression
noise, grainyAvoids noise and grain

Body (for images of people)

Body Negative Prompts
deformed, bad anatomy, bad proportions, extra limbs, missing limbs, extra fingers, missing fingers, fused fingers, too many fingers, long neck, mutated hands
PhraseEffect
deformedAvoids general shape distortion
bad anatomyAvoids incorrect human body structure
bad proportionsAvoids unbalanced body proportions
extra limbsAvoids extra hands and feet
extra/missing/fused fingersAvoids finger count and fusion abnormalities
mutated handsAvoids hand shape abnormalities

Composition

Composition Negative Prompts
cropped, out of frame, cut off, bad framing, poorly framed

Text and Watermarks

Text/Watermark Negative Prompts
watermark, text, signature, username, logo, banner, caption

Style (as preferred)

Style Negative Prompts (for realistic style)
illustration, cartoon, anime, drawing, painting, 3d render, cgi

Combining with Emphasis Syntax (For CFG > 1.0 Models)

Emphasis syntax can also be used in negative prompts.

Negative Prompts with Emphasis Syntax
(worst quality, low quality:1.4), (deformed, bad anatomy:1.3), blurry, extra limbs, missing fingers, watermark, text
  • Quality at 1.4: Highest priority
  • Body at 1.3: Second most important
  • Others at 1.0 (default): Supplementary

Emphasizing everything reduces relative differences, weakening the overall effect. Balance is key.

Summary

ModelCFGNegative Prompts
z-image-turbo1.0Don’t work → Optimize positive prompts instead
Standard Stable Diffusion models7.0–12.0Effective. Include quality + body phrases

For improving image quality in z-image-turbo, optimize positive prompts following prompt best practices rather than using negative prompts.

⚠ 関連記事が見つかりません: /en/tips/prompt-best-practices

⚠ 関連記事が見つかりません: /en/tips/prompt-basics

⚠ 関連記事が見つかりません: /en/papers/classifier-free-diffusion-guidance