🎨
AI Art Tutorials - Web Version
  • Artroom Basics
    • Overview
    • Link to Local Version Tutorial
  • Resources
    • Settings Tutorials
      • Starter Settings
        • Video tutorial
      • Image Scale
      • Steps
      • Prompt Strength (CFG)
      • Base Image (img2img)
      • Variation Strength
      • Sampler
      • Clip Skip
      • Seed
      • VAE
      • SD Settings (Importing settings)
    • Prompting Tutorials
      • Basic Prompt Structure
      • Prompt order
      • Negative Prompts
      • Weights
      • Example Prompts
        • Art Styles
        • Art Medium
        • Attributes
          • Camera Specific Attributes
          • Effects
        • Artists
          • Asian
          • Glamour Style
          • Renaissance
          • Splash
          • Misc
        • Prompt Repositories
        • Prompt Generators
          • Clip Interrogator
          • Deep Danbooru
      • Prompt Pitfalls
      • Prompt Myths
    • Models
      • Recommended Models
        • Realistic
        • Anime/Drawn
        • Artistic
        • Tabletop Gaming
      • How to test your models?
    • Extra Features Tutorials
      • The Paint Tab
        • Tools and Functions
          • The Workspace
          • The Tools - in depth
          • Canvas Settings
        • Inpaint
        • Outpaint
        • Image Editor (GIMP/Photoshop) Assist
        • Palette Fix
        • Paint Tab Video Tutorials
      • Loras
      • ControlNet
        • Using ControlNet
        • Pose kits and Saved Preprocessed Images
      • Removing Backgrounds
      • Upscaling
        • Standard Upscalers
        • Highres Fix
      • Model Merging
      • Image Viewer
      • Settings Tab
  • Glossary
  • Guides By AI Artists
    • About this Category
    • Generating Characters for Tabletop Games
    • Turning Your Scribble Into an Image
Powered by GitBook
On this page
  1. Resources
  2. Prompting Tutorials

Negative Prompts

PreviousPrompt orderNextWeights

Last updated 1 year ago

If not already obvious, prompts entered into this section will be avoided by the AI Convenient for limiting the AI from generating NSFW images, or just avoiding specific features that keep showing up in generated images.

The default negatives are used to avoid most common issues and improve quality. It's recommended to keep them unless trying for a very speceic result.

Using this image, and these settings to give an example of what negative prompts will change.

Settings Used
"text_prompts": "trending on artstation, anime, woman, detailed eyes, blonde hair, bright dress",
"negative_prompts": "nude, nsfw, mutated, deformed, amateur drawing, lowres, text, error, signature, watermark, username, blurry, censorship, sketch, monochrome",
"strength": 0.21,
"init_image": "...",
"width": 768,
"height": 768,
"models_dir": "C:\\models\\Artroom",
"ckpt": "Models\\My Merges\\CGAI.safetensors",
"vae": "Anime2.vae.pt",
"loras": [],
"controlnet": "none",
"use_preprocessed_controlnet": false,
"remove_background": "face",
"use_removed_background": false,
"sampler": "euler_a",
"steps": 30,
"cfg_scale": 7,
"clip_skip": 1,
"seed": 2873736882,
"mask_image": "...",
"invert": false,
"palette_fix": false,
"image_save_path": "C:\\ArtroomOutputs\\negatives",
"n_iter": 1,
"save_grid": false,
"speed": "High",
"long_save_path": false,
"highres_fix": true,
"show_intermediates": true,
"id": "4210247162799945"

Keeping the seed the same and changing the negatives to,

"yellow dress, nude, nsfw, mutated, deformed, amateur drawing, lowres, text, error, signature, watermark, username, blurry, censorship, sketch, monochrome",

will change the image to this,

And changing to this set of negatives,

"yellow dress, blue eyes, nude, nsfw, mutated, deformed, amateur drawing, lowres, text, error, signature, watermark, username, blurry, censorship, sketch, monochrome",

will make the image change to this,