PromptZone - AI Prompts, Guides and Tools for Builders

Cover image for Steampunk Prompt Tokens for Stable Diffusion and FLUX
Kabir Kovac
Kabir Kovac

Posted on

Steampunk Prompt Tokens for Stable Diffusion and FLUX

By the end of this you should be able to write a steampunk prompt that produces a coherent world instead of a stock portrait with goggles taped on. There is no magic keyword. What works is knowing which four categories of token move the image, and phrasing them differently for the Stable Diffusion family than for FLUX.

Steampunk is a style most image models half-know. Ask by name and you get the same narrow stereotype back: brass goggles, a top hat, a few cogs glued onto a leather jacket. The bare token sits on a tight cluster of training images and pulls hard toward it. Everything below is about escaping that cluster by describing the genre's parts instead of its label.

What the aesthetic is actually made of

Steampunk mixes three ingredients: Victorian and Edwardian dress, industrial-revolution machinery driven by steam and clockwork, and speculative technology that never existed. A prompt supplying only one of the three reads as costume drama, generic sci-fi, or a gear collage. All three, with light tying them together, is what makes an image read as the genre rather than a reference to it.

In practice: build the prompt out of four groups and check that none is empty.

Close-up of interlocking antique brass gears with visible patina

Era and silhouette

This is what stops the subject looking like a modern person in a rented costume. Useful tokens: neo-victorian, Edwardian, frock coat, bustle skirt, corseted bodice, high starched collar, bowler hat, military-inspired tailoring, riding boots, lace cuffs, pocket watch chain, waistcoat, cravat.

Mechanism and material

This is the steam half. brass fittings, riveted copper plating, exposed clockwork, pressure gauges, pistons, valve wheels, boiler, copper pipework, patinated bronze, soot-stained iron, glass vacuum tubes, leather strapping, wrought iron scrollwork, oiled mahogany.

Mixing metals matters more than people expect. A prompt naming only brass gives you a monotone orange frame; one cool material such as blued steel, pewter or smoked glass puts the contrast back.

Environment and scale

Without a world you have a costume. steam-powered city, airship dock, cobblestone street, foundry interior, boiler room, clocktower, smokestacks on the skyline, workshop cluttered with tools, snowy winter city.

Light and atmosphere

gaslight, oil lamp glow, warm amber key light, volumetric steam, backlit smoke, overcast fog, low-key chiaroscuro, sepia tint. Atmosphere is the cheapest way to make the other three groups look like they were photographed in the same place on the same day.

Group What it fixes Tokens to use per prompt
Era and silhouette Modern-looking subject 2 to 4
Mechanism and material Flat, non-industrial surfaces 3 to 5
Environment Costume floating on a plain background 1 to 3
Light and atmosphere Elements that look pasted together 2 to 3

Portrait of a person in Victorian-era dress and hat under warm lamplight

Adapting the vocabulary to your model

The token list is portable; the syntax is not.

Stable Diffusion 1.5 and SDXL, the latter released in July 2023, both read the prompt through CLIP text encoders that process 77 tokens per chunk. Two consequences: keep the tokens that define the image near the front, and prefer short comma-separated tags over prose, which spends positions on words the encoder does little with. Attention weighting such as (brass fittings:1.2) works in most SD-family interfaces, and a negative prompt is available to push back on what you do not want.

FLUX, which Black Forest Labs shipped in August 2024, behaves differently. It reads prompts through a T5 text encoder alongside CLIP, so full sentences and labelled fields survive much better and long prompts stay coherent. The guidance-distilled FLUX variants take no conventional negative prompt, so exclusions have to be handled by describing the positive case more precisely, or by inpainting afterwards.

A structured, labelled prompt is a good fit for FLUX:

subject: neo-victorian redhead lady wearing a bowler hat and a military-inspired dress
background: steam-powered city landscape in snowy winter
Enter fullscreen mode Exit fullscreen mode

That is deliberately short: an era, a garment, a hat, a setting and a season, leaving the model room to fill in the rest. The same idea as SD-family tags:

neo-victorian portrait, redhead woman, bowler hat, military-inspired dress with brass buttons,
leather strapping, steam-powered city in snowy winter, smokestacks, gaslight, volumetric steam,
warm amber key light, soot-stained iron, film grain
Enter fullscreen mode Exit fullscreen mode

Running both on one concept is the fastest way to learn which family suits a given piece.

Failure modes and how to correct them

  1. Gear soup. Cogs appear on clothing, walls and skin because too many mechanism tokens compete with no anchor. Cut the mechanism list to three and say where the machinery lives: brass gauges set into the wall panel.
  2. Goggles on everything. The strongest stereotype in the training data. Name a different accessory, or put goggles in the SD-family negative prompt.
  3. Costume with no world. You skipped the environment group; one setting token usually fixes it.
  4. Brass monotone. Add a cool material and a cool light source to break the orange cast.
  5. Anachronism creep. Plastics, modern eyewear and flat LED lighting slip in. matte plastic, neon and LED are worth keeping in a reusable negative prompt for this style.
  6. Melted mechanical detail. Fine machinery is small and a low-resolution generation cannot resolve it. Generate at your model's native resolution and recover detail with an upscale pass.

Vintage steam locomotive releasing a cloud of steam beside an iron platform

Settings and add-ons worth trying

Guidance scale is the setting to touch first. Pushing it high to force the style tends to burn contrast and saturate the brass further, the opposite of what this look needs; easing it down and adding one more descriptive token usually gets you further. Sampler choice matters far less than prompt structure.

If the vocabulary alone is not enough, style LoRAs are the next step. Civitai hosts many trained on Victorian and industrial imagery, and Hugging Face carries base models and adapters for both families. Keep LoRA weight low at first, since a style LoRA stacked on an already loaded prompt flattens your composition choices.

Takeaway

Treat steampunk as a label you rarely need to write. Build every prompt from the four groups instead: era, mechanism, environment, light. Keep two to four tokens in each, mix a cool material into the brass, and name one setting so the subject has somewhere to stand. Write it as tags for SD 1.5 and SDXL, as labelled sentences for FLUX, and keep a fixed negative prompt for the SD family covering goggles, plastic and modern lighting. Once those slots are filled reliably, the remaining variation is composition and light, which is where you want your iterations to go.

Top comments (0)