← Blog · July 18, 2026 · 7 min read

Stable Diffusion Prompts: A Practical Guide (With Negative Prompts)

Stable Diffusion rewards a very different prompting style from Midjourney. Where Midjourney likes flowing natural language, SD interfaces like AUTOMATIC1111 and ComfyUI respond best to structured tag lists, weighted terms, and — the piece beginners most often skip — a well-built negative prompt. Get those right and the same model produces dramatically better images.

Structure: most important first

SD reads a prompt as a comma-separated list of concepts, and terms near the front carry more weight. A reliable order is: subject → key details → style / medium → lighting → quality tags. For example: "portrait of an old fisherman, weathered skin, salt-and-pepper beard, oil painting, dramatic rembrandt lighting, highly detailed, masterpiece". Each comma is a lever; front-load what matters most.

Weights: turn concepts up and down

SD lets you emphasise terms with parentheses and numbers: (golden hour:1.3) pushes that concept harder, (background:0.7) eases it back. Use this sparingly — over-weighting one term at the expense of everything else is the most common way prompts go sideways. Start neutral, generate, then nudge a single weight at a time.

The negative prompt is half the work

This is what separates SD from other tools. The negative prompt lists what youdon't want, and it's where you fix SD's characteristic failures. A solid general-purpose starting point: "blurry, low quality, distorted, deformed, extra limbs, bad anatomy, watermark, text, signature, jpeg artifacts". Add specifics as problems appear — if hands keep coming out wrong, add "bad hands, extra fingers". Half of good SD output is a good negative prompt.

Learn faster by working backwards from images

The quickest way to build prompt vocabulary is to reverse-engineer images you admire. Drop one into FileLark's image to Stable Diffusion prompt generator and it produces a structured positive prompt and a matching negative prompt from the picture — teaching you the actual tags for the look you're after (that "cinematic glow" turns out to be specific lighting and lens terms). Then swap the subject and keep the rest; that subject-swap trick is how prompt libraries get built. For a broader take on prompting from images, see our Midjourney guide.

A few habits that pay off

Keep a text file of negative prompts that work for you and reuse them. Change one thing per generation so you learn what each change does. Don't pile on twenty quality tags — three or four ("highly detailed, sharp focus, masterpiece") do the job; more just dilute each other. And remember prompting is iteration, not incantation: your third attempt, informed by the first two, is almost always the good one.