How to describe a sprite so you get what you meant
What actually changes the result, what makes no difference at all, and the one mistake that costs most people their first two credits.
11 August 2026
There is no prompt language here. No weights, no seeds, no negative prompts, no comma salad of style tokens. You write a sentence the way you would say it to a person, and a sentence that works on a person works here.
That said, some sentences get you more than others, and the difference is not where most people expect it.
Name the object first, then the details
The strongest sentences start with what the thing is and then say what makes it that particular one.
a wooden treasure chest with iron bands
Object, then material, then detail. The subject is settled before anything is asked of it, and every detail after that has something to attach to.
Compare that with a sentence that buries the subject:
something old and battered, iron, maybe a chest
That gets a chest, but a vaguer one, because half the sentence is spent deciding.
Two objects is the most expensive mistake
This is the one that catches everybody, and it is the failure we are most open about. Ask for two things and you will often get a very good version of one of them.
a chipped ceramic mug with a single daisy in it
You may well get an excellent mug. The daisy is a second subject wearing a preposition, and it can quietly lose.
If you need both, draw them separately and put them together in your engine. That is one more credit and a result you control. If you want to try it in one go anyway, put the smaller thing first, because whatever leads the sentence tends to survive.
Detail has a floor, and the floor is the canvas
At thirty-two pixels across, a face is about four pixels of face. Asking for "delicate filigree engraving" on a 32x32 sprite does not produce filigree; it produces some darker pixels where filigree would be.
This is not the model being lazy. There is nowhere to put it.
If a detail matters, give it room. Ask for a bigger canvas, or make the detail the subject rather than a feature of one:
a brass door handle with a filigree back plate
on its own canvas will carry detail that the same handle on a whole door never could.
Material words do more work than colour words
"Brass" tells the model a colour, a shine, how light lands on it, and what kind of wear it takes. "Yellowish" tells it one of those things.
The palette is built from materials, so naming a material gives you a base colour, a lit colour and a shaded colour that already agree with each other. Naming a colour gives you a colour.
Worth having in your head: oak, pine, brass, copper, iron, rusted iron, slate, terracotta, canvas, leather, enamel, frosted glass.
Wear and age are cheap and change everything
The single highest value word you can add is one that says this object has had a life.
a battered spaceship control console with dials and a cracked screen
Battered and cracked cost you two words and buy dents, scuffs, uneven shading and a crack that goes somewhere. New things are flat. Used things have somewhere for the light to catch.
Say what it is sitting on, or say nothing
"On a wooden board", "on a stone base", "hanging from a bracket". A sprite with a defined bottom edge composes better and drops into a scene more easily than one floating in the middle of its canvas.
If you do not want a base, do not describe the surroundings at all. Describing a whole scene inside one sprite is another way of asking for two objects.
What makes no difference
Save your typing. None of these change anything:
- Quality words. "Highly detailed", "8k", "masterpiece", "best quality". There is no quality dial being nudged. The model is already trying.
- Artist names. There is no style transfer here. The style comes from the shape vocabulary and the palette.
- Negative prompts. "No background", "not blurry". Say what you want. Sprites are drawn on transparency and nothing is blurry, because the pixels are placed rather than diffused.
- Repeating yourself. "Very very detailed" is one word doing nothing twice.
The workflow that gets the best results
- Draw the anchor first. Pick the object that most defines the look of your set and spend a credit or two getting it right.
- Tick match on everything after it. The rest of the set inherits the palette, the viewpoint and the level of detail from that anchor.
- Fix it in the editor rather than redrawing. A colour you do not like is a swatch, not a new credit. A part you do not want has a switch.
That last one is worth saying twice. The instinct from other tools is to reroll until it comes out right, because a picture is all you get. Here the sprite arrives in pieces and stays that way, so most of what you would have rerolled for is a two second edit.