Negative Prompts & Exclusions

7 min read

How to tell a model what NOT to draw — and why writing 'no elephants' usually gets you an elephant.

Quick experiment: do not think about a pink elephant. Too late — image models have the same bug. Write 'a beach with no elephants' and many models will happily render an elephant, because the word landed in the prompt and words are gravity. To exclude things properly you need two tools: the negative prompt field (where supported) and positive rephrasing (everywhere else).

The negative prompt field

Models in the Stable Diffusion family accept a separate negative prompt: a second text box whose contents are pushed away from during generation, with strength controlled by CFG scale. It is not a polite request — it is a mathematical repulsion. Because it is a separate channel, the pink-elephant bug does not apply there.

Positive + negative pair (Stable Diffusion style)

Photorealistic close-up of a barista's hands pouring a rosetta latte art, warm cafe light, 50mm, shallow depth of field. Negative prompt: extra fingers, deformed hands, watermark, text, cartoon, oversaturated, blurry

Model: nano-banana

Hands plus a pouring action is exactly where anatomy negatives earn their keep. Keep the negative list short and targeted — this one has seven items, all relevant.

No negative field? Rephrase positively

Prompt-native models like Imagen 3 and NanoBanana follow natural language so well that the best exclusion is often describing the presence you want instead of the absence you fear. Instead of 'no people', write 'a deserted street at 5am'. Instead of 'no clutter', write 'a bare minimalist desk with a single notebook'. You are not deleting objects — you are describing a world where they never existed.

Do not writeWrite instead
no peoplea deserted plaza at dawn, completely empty
no text or writingclean unmarked surfaces
not darkbrightly lit by large windows, airy high-key lighting
no modern buildingsa skyline of only 19th-century stone architecture
without any cluttera bare minimalist desk holding a single white notebook

Exclusion by positive description

A deserted Mediterranean beach at 5am, completely empty smooth sand with a single line of gull footprints, calm glassy sea, pale lavender pre-sunrise sky, unobstructed horizon, serene and untouched, 16:9

Model: imagen-3

Not one negative word, yet no people, no umbrellas, no boats: 'deserted', 'completely empty', 'untouched' and 'unobstructed horizon' did all the excluding.

Rule of thumb: reach for negatives reactively, not preemptively. Generate first; if a watermark, a sixth finger or a photobomber shows up, add exactly that to the negative prompt (or rephrase positively) and run again. That loop is the heart of iteration, our next lesson.

Related glossary terms: Negative Prompt, CFG Scale, Prompt, Text-to-Image

Generate a busy scene, spot one thing you want gone, and remove it with a targeted exclusion — reactive negatives in action. Try It Now