Basic Prompting Guide
A prompt tells the image model what to generate. Dopamine Girl runs image workflows on ComfyUI, where the positive prompt describes what you want and the negative prompt describes what you want the model to avoid. ComfyUI passes those prompts to the selected model. The model still determines which words, tags, and settings work best, so start with this general method and then use the guide for your model when you need more control:- SDXL Prompting Guide for photos, products, cinematic scenes, and general illustration.
- Pony Diffusion Prompting Guide for anime, cartoon, furry, and tag-heavy character work.
- Anima Prompting Guide for anime and non-photorealistic illustration.
Start With a Clear Structure
Build the positive prompt in this order:Build the Prompt One Layer at a Time
Start with the subject:Describe Visible Details
Use specific visual language:| Vague | More controllable |
|---|---|
beautiful woman | woman with a short black bob, green jacket, calm expression |
nice lighting | soft window light from the left, warm rim light |
cool background | rainy neon street with blurred signs and wet pavement |
professional photo | studio product photo, centered composition, softbox reflections |
- Subject traits: clothing, colors, materials, age range, hair, and expression.
- Action: standing, running, holding an object, or looking in a direction.
- Framing: close-up, portrait, full body, wide shot, overhead view, or centered composition.
- Lighting: golden hour, overcast daylight, softbox, hard side light, or neon rim light.
- Medium: photograph, watercolor, anime illustration, 3D render, or cinematic still.
photorealistic watercolor anime 3D render unless a mixed style is intentional.
Use Negative Prompts for Exclusions
The negative prompt should identify unwanted content or defects. Start short:clean plain background to the positive prompt instead of relying only on cluttered background in the negative prompt.
Some newer model families use negative prompts differently or may ignore them. If changing the negative prompt has no effect, check the model-specific guide rather than adding more terms.
Emphasize Important Terms
In ComfyUI workflows that use CLIP prompt weighting, this syntax increases or decreases emphasis:- Values above
1.0increase emphasis. - Values below
1.0decrease emphasis. 1.0is the normal weight.
1.1 or 1.2. Very high weights can create harsh colors, artifacts, or an image that ignores the rest of the prompt. Weighting behavior can differ when a workflow uses another text encoder, so treat it as an optional correction rather than the foundation of the prompt.
Generate Variations With Prompt Choices
Dopamine Girl supports dynamic prompt choices. Put alternatives inside braces and separate them with|:
Iterate Without Losing a Good Result
Use a controlled loop:- Generate with a simple positive prompt and a short negative prompt.
- Keep the same seed while changing one phrase.
- Compare the result and keep the change only if it helps.
- Change the seed after the prompt is working to explore new compositions.
Understand the Main Generation Controls
Prompt quality matters, but sampling controls also affect the result:| Control | What it changes | Practical use |
|---|---|---|
| Seed | Initial random noise | Lock it while testing a prompt; change it for variations. |
| Steps | Number of denoising iterations | More steps take longer and do not always improve a finished image. |
| CFG or guidance | Strength of prompt adherence | Increase carefully; excessive guidance can reduce image quality. |
| Sampler and scheduler | How noise is removed | Start with the workflow default or use the sampler and scheduler guide. |
| Denoise | How strongly an input image is changed | 1.0 is full denoising; lower values preserve more of an input image in image-to-image workflows. |
Starter Prompts
Portrait
Product Image
Fantasy Illustration
Anime Character
Fix Common Problems
The model ignores the main subject
- Move the subject to the beginning.
- Remove secondary characters and unnecessary objects.
- Replace vague adjectives with visible traits.
- Reduce competing styles and weighted terms.
The composition is wrong
- Add one framing instruction such as
close-up,full body, orwide shot. - State where the subject is placed:
centered,on the left, orin the foreground. - Keep the seed fixed while testing composition changes.
The image looks overprocessed
- Remove repeated quality terms.
- Lower strong prompt weights.
- Reduce CFG or guidance if the selected model supports that control.
- Use a clear lighting setup instead of stacking
masterpiece,8k, andultra detailed.
Important details keep changing
- Put identity details near the subject.
- Use consistent wording for colors, clothing, and accessories.
- Simplify the scene before adding more prompt terms.
- Use a suitable LoRA or reference-image workflow when text alone is not enough.
Final Checklist
- Name the main subject first.
- Describe action, environment, composition, lighting, and style with visible terms.
- Keep the negative prompt focused on problems you actually see.
- Use prompt weights sparingly and only when the workflow supports them.
- Use
{choice one|choice two}groups when you want automatic prompt variations. - Keep the seed fixed and change one variable at a time.
- Follow the selected model’s prompting guide for model-specific syntax.