// Questions

What people actually ask about generating AI images

Long answers, not tips lists. Every one of these is written against the three models we publish with — OpenAI gpt-image-2, FLUX 2 Pro and Nano Banana 2 — so it says what is actually available rather than describing a slider panel that no longer exists.

Generation settings

What seed, aspect ratio, guidance and negative prompts actually control — and which of them exist on the models we publish with.

Writing the prompt

The order words go in, which camera and lighting terms actually move the image, and why a prompt stops obeying you past a certain length.

When the image goes wrong

Hands, faces, text, extra limbs. Why these specific failures happen, and the prompt-side fixes that hold up.

Keeping things consistent

Same character, same style, across a whole set — the part that trips people up once they move past single images.

Choosing a model

gpt-image-2, FLUX 2 Pro and Nano Banana 2 behave differently on the same words. Where each one is the right call, and when a reference image beats a rewrite.

Working backwards from an image

You have the picture and not the prompt. What can actually be recovered from a finished image, what has to be guessed, and how tag-style descriptions differ from sentences.

How do you get the prompt from an AI image?

Sometimes the prompt is literally inside the file: PNGs written by Automatic1111, ComfyUI and similar local tools store the prompt, negative prompt, seed, sampler and model in the image metadata, and you can read it in seconds. When it is not there — which covers almost everything downloaded from a website, a phone, or any hosted model like gpt-image-2 or Nano Banana 2 — nothing recovers the original wording, and the honest job becomes describing the image well enough that a model reproduces it.

read →

What does "image to prompt" actually mean, and do those tools work?

"Image to prompt" describes two different things sold under one name: reading a prompt that a local tool embedded in a PNG, and having a vision model write a fresh description of a picture. The first is exact and works only on files that still carry their metadata. The second always produces something, never produces the original wording, and its quality depends entirely on how well it describes lighting, camera and style rather than just naming objects.

read →

Should an image-to-prompt result be tags or a sentence?

Tag lists ("1girl, red dress, rim light, 85mm") come from the booru-trained anime lineage and still work well on those checkpoints. Today's hosted models — gpt-image-2, FLUX 2 Pro, Nano Banana 2 — were trained on natural captions and read sentences far more accurately, especially for spatial relationships and anything involving more than one subject. Tags remain useful as a checklist and as the vocabulary layer, not as the final prompt.

read →

After the image exists

Resolution and print, how many attempts is normal, and what you are actually allowed to do with the file.

Have the image but not the prompt?

Working backwards is its own skill: read the file's metadata first, and when that comes up empty, reconstruct the prompt component by component. We are also building an image-to-prompt engine on top of this library's labelled prompts.

Looking for measured data instead?

These pages are how-to. For what our own published prompts actually measure out to — length, structure, vocabulary, cross-model behaviour — see reports.

Looking for a specific prompt instead?

Every prompt page carries its own FAQ about that exact image — what the wording is doing and how to change it. These pages are the general layer underneath.