negative prompting
**Negative prompting** is the **prompting technique that specifies unwanted attributes so the model suppresses them during generation** - it improves output cleanliness by explicitly steering away from known failure patterns.
**What Is Negative prompting?**
- **Definition**: Adds exclusion terms that influence conditioning toward avoiding specified concepts.
- **Typical Use**: Used to reduce blur, watermark artifacts, anatomical errors, or style contamination.
- **Mechanism**: Implemented through conditioning differences in classifier-free guidance pipelines.
- **Scope**: Applicable in text-to-image, img2img, and inpainting workflows.
**Why Negative prompting Matters**
- **Artifact Control**: Removes common defects without retraining the base model.
- **Precision**: Improves separation between desired style and unwanted side effects.
- **Workflow Speed**: Faster than repeated manual editing for recurring artifact classes.
- **Safety Utility**: Can suppress prohibited or low-quality visual elements in product pipelines.
- **Overconstraint Risk**: Aggressive negative terms can flatten detail or conflict with positive intent.
**How It Is Used in Practice**
- **Targeted Lists**: Use short, specific exclusion terms instead of large generic blocks.
- **Weight Balance**: Adjust guidance scale when adding strong negative prompt sets.
- **Template Governance**: Maintain versioned negative prompt templates per content domain.
Negative prompting is **a practical suppression tool for prompt-driven quality control** - negative prompting works best when exclusions are specific, minimal, and regularly validated.