From Explore to Edit: a workflow tour
Workflow·February 22, 2026·6 min read

From Explore to Edit: a workflow tour

Wren Callaway

Wren Callaway

@wren · February 22, 2026

How power users find inspiration in the gallery, fork settings into the generator, and finish a piece in the editor — without ever leaving keyboard.

Introduction

Most prompts fail not because the model doesn't understand them, but because the prompt itself doesn't actually describe a single, coherent image. The fix is structural — start from the brief, not from a list of adjectives.

In this article we'll walk through the exact framework we use internally when reviewing model output: how to think about subject, composition, and render quality as three independent layers, and how to test changes to each in isolation.

Why it matters

Spending three minutes structuring a prompt almost always beats spending fifteen minutes regenerating until something looks acceptable. The cost isn't just tokens — it's the time you lose to ambiguity.

A prompt is a contract. The clearer the contract, the fewer arguments you have with the artist on the other side.

Mira Aether, prompt design lead

The method

We break a prompt into four canonical pieces:

  1. Subject — who or what is in the frame, and what they're doing.
  2. Setting — where, when, what time of day, what light.
  3. Composition — camera, framing, lens, distance.
  4. Render — style, medium, post-processing language.

Each piece can be tuned independently. If the subject is wrong, regenerating with a different render style won't help — and the inverse is also true. Knowing which piece is broken is half the work.

Side-by-side prompt iteration
Three iterations of the same prompt, only the render layer changed.

Settings comparison

Here's a quick reference of the settings we used across the iterations above. You don't need to memorise these — you need to know they exist.

IterationModelCFGStepsSampler
v1 — basePhotorealism7.030Euler a
v2 — softerPhotorealism5.530DPM++ 2M Karras
v3 — cinematicCinematic7.540DPM++ SDE Karras

In the wild

We picked five recent community pieces and broke them down by layer. The common thread: the strongest pieces all spend more words on settingthan on render. The light is doing the heavy lifting.

  • Specific lighting verbs beat generic adjectives.
  • One concrete location beats three vague ones.
  • Render style is the seasoning, not the meal.

Takeaways

You don't need to overhaul your prompt habits — just notice when an output disappoints you, and ask which of the four layers is at fault. Adjust that one. Regenerate. Repeat.

Next month we'll publish a follow-up on negative prompts: which kinds actually move the needle, and which are folklore.

Read next