> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mage.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Negative prompts

> Negative prompts exclude what you do not want from a generation. Which Mage models have a negative prompt field.

A negative prompt lists what you do not want in the output. It is a separate field from the main prompt, and it is the most direct control you have over recurring artifacts.

## Which models have a negative prompt field

| Negative prompts | Models                                                                                                                                                                                                                                                                                                                                  |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Yes              | Anima, Blueberry and Blueberry 2, Chroma, Framepack, Guava, HiDream, Kiwi, Krea 2 Turbo, LTX Video, Qwen Image, Qwen Image Edit Plus, Raspberry, SDXL Plus, Selfie, Stable Diffusion v1.5, Stable Diffusion v3.5 Large, Stable Diffusion v3.5 Medium, Stable Diffusion XL, Veo 3.1 Lite, Veo 3, Wan Video v2.1, Wan Video v2.2, Z-Image |
| No               | Berry and Berry 2, Cherry line, Flux, Flux 2, Flux Kontext Dev, GPT Image 2, Grok Image, Grok Video, Lemon, Mango, Melon and Melon Pro, MiniMax-H3, Nano Banana 2, Peach, Peach Max, Plum and Plum Max                                                                                                                                  |

The Illustrious and Pony checkpoint families are SDXL-based and take negative prompts.

## How to write one

List things. The field is not read as a sentence, so instructions do not work in it.

```text theme={null}
blurry, extra fingers, watermark, text, oversaturated, distorted hands
```

Keep it short. A very long negative prompt constrains the image in ways you did not intend, since every term pushes the generation somewhere.

## Limitations

* A negative prompt reduces the likelihood of something appearing without forbidding it. If an artifact keeps recurring, changing the base model or adding a LoRA usually works better than adding more negative terms.
