Black Forest Labs · model directory
What Is FLUX.1? The model behind a lot of current image quality
FLUX.1 is an image model family from Black Forest Labs, founded by former Stable Diffusion researchers. Its variants, and why it follows prompts closely.
FLUX.1 at a glance
- Maker
- Black Forest Labs
- Lineage
- Ex-Stable Diffusion researchers
- Variants
- schnell, dev, pro
- Known for
- Prompt adherence, legible text
- Weights
- Open for some variants
- Used here for
- This site’s own imagery
The variants, and why the difference matters before you start
FLUX is not one model. The family splits into a fast distilled variant built to produce a usable image in very few steps, a middle variant that is openly downloadable but carries licence conditions that restrict commercial use, and a top variant available through an API rather than as a file.
The important consequence is legal rather than technical. Picking the openly downloadable variant because it is convenient, then using its output commercially, is the mistake that gets made most often, and the licence rather than the model is what decides whether that is permitted.
Check which variant a hosted service is actually running before assuming what you may do with the result. Services do not always say, and the answer changes what you own.
Why it follows a prompt more closely
The practical experience people report is that it argues less. Ask for three specific objects arranged in a particular way and you are more likely to get three objects arranged that way, rather than a beautiful image with two of them and a different arrangement.
That trades against something real. A model that adheres tightly to instructions is less inclined to improve on a mediocre prompt, so a vague request returns a vague picture rather than a striking one. Models with a stronger aesthetic opinion flatter lazy prompts and fight specific ones; this is the other end of that trade.
The working implication is that detail is rewarded here in a way it is not everywhere. Naming the light, the focal length and the medium changes the output measurably, which is why the prompt guidance on this site is written in those terms.
Text inside images, which used to be the giveaway
Legible lettering was for years the reliable way to spot a generated image. Signage came out as plausible-looking gibberish because a diffusion model was assembling letter shapes from visual statistics rather than spelling anything.
FLUX is substantially better at this, and short strings — a word on a sign, a label on a package, a title on a poster — come out readable often enough to design around. It is not a typesetting engine: long passages still degrade, and the longer the string the worse the odds.
The practical technique is to ask for less text than you want and add the rest properly afterwards. A generated background with one legible word on it, finished in a real design tool, beats a generated image with a paragraph of near-miss lettering baked into the pixels.
Where it fits against the rest of the directory
Against Stable Diffusion, it is the newer work of overlapping people: generally stronger output and better instruction-following, against a far smaller inventory of community checkpoints and style adapters.
Against Midjourney, it is the less opinionated of the two. Midjourney will make something with a point of view from a short prompt; FLUX will make what you asked for, which is better when you know exactly what you want and worse when you are hoping to be surprised.
Against the closed assistant-attached models, it is the one you can actually run or host yourself, which matters when throughput, privacy or reproducibility are constraints rather than preferences.
What LaFoto uses it for
The photographs on this site are generated with the FLUX family — the gallery states the model on every card alongside the prompt and the seed, so the claim is checkable rather than asserted. We have no commercial relationship with Black Forest Labs; it is a tool we pay for like anyone else.
The reason we say which model made an image is that a site arguing for prompt craft, and illustrating that argument with images whose provenance it will not disclose, has undermined its own case. If the prompts on the gallery page are real, they can be run, and a model name is part of being able to run them.
Instruction over aesthetic
A model that argues with you less
The consistent report from people who switch to it is that it does what it was told. Three named objects in a described arrangement come back as three objects in that arrangement, rather than as a handsome image containing two of them.
That is a trade rather than a free win. A model that follows instructions closely will not rescue a lazy prompt, so vague input returns vague output instead of being flattered into something striking.

Three variants, three trade-offs
Which FLUX a service is running changes what you may do
Distilled for speed
Built to produce a usable image in very few steps, which makes it the practical choice for previews, iteration and anything generating at volume.
Quality is lower than the larger variants at the top end, and the gap is most visible in fine texture and complex scenes.
- Fewest steps, lowest latency.
- Good for iterating on a prompt.
- The most permissive licence in the family.

Open weights, conditional licence
The variant most self-hosted setups run. Downloadable, strong output, and carrying licence conditions that restrict commercial use.
Read those conditions before building anything on it. The model being downloadable is not the same as the output being unencumbered.
- Downloadable and self-hostable.
- Licence restricts commercial use.
- The community default.

API only, highest quality
The top of the family, reached through an API rather than as a file. This is what most hosted products showing FLUX-quality output are actually calling.
You give up local execution and version pinning; you get the best output the family produces without operating anything.
- No local option.
- Metered per image.
- What most hosted services use.

FLUX questions
What comes up when people switch to it
The practical differences from what most people used before.
Why do my old prompts work worse?
Prompts tuned for a model with a strong aesthetic are usually padded with quality tokens and style words that did the model's job for it. Here that padding competes with the actual description.
What should a prompt contain instead?
Subject, then medium, then light, then optics. Concrete nouns and photographic terms move the output; adjectives like dreamy or epic have no consistent visual meaning to act on.
Can it really render text?
Short strings, often well enough to design around. Longer passages still degrade, and no image model is a substitute for setting type properly afterwards.
Does it need a negative prompt?
Many FLUX endpoints have no negative channel at all, which means everything you write is a positive instruction. Writing "no text" into such an endpoint asks for text.
Is there a LoRA ecosystem for it?
A growing one, and far smaller than the inventory built around Stable Diffusion over several years. If you depend on a specific community style, check before switching.
Which variant made the images on this site?
The gallery states the model on every card alongside the prompt and the seed, so it is checkable rather than asserted.

Prompting for a literal model
How to write for something that takes you at your word
Keep exploring
Elsewhere on LaFoto
The pages here are illustrated with this model.
- resize an image
- convert an image format
- shrink a file size
- image cropper
- colour picker from image
- background remover
- EXIF viewer
- AI prompt generator
- make anime art
- cartoonize a picture
- make pixel art
- best AI image generators
- compared with Midjourney
- compared with Leonardo
- compared with Ideogram
- compared with Canva
- seeds explained
- denoise strength explained
- editing inside a mask
- guides and explainers
FLUX.1 — questions people ask
- What is FLUX.1?
- A family of text-to-image models from Black Forest Labs, a company founded by researchers who previously worked on Stable Diffusion.
- Who made FLUX?
- Black Forest Labs. Its founders came out of the team behind Stable Diffusion.
- Is FLUX free to use?
- It depends on the variant. Some are openly downloadable and some are API-only, and the openly downloadable ones do not all permit commercial use. The licence for the specific variant is what governs.
- What is the difference between FLUX schnell, dev and pro?
- Broadly: schnell is distilled for speed in very few steps, dev is the openly downloadable middle option with licence conditions attached, and pro is the highest-quality variant offered through an API rather than as a file.
- Is FLUX better than Stable Diffusion?
- On output quality and prompt adherence, generally yes. On the breadth of community checkpoints, style adapters and control tooling available, no — that ecosystem is far larger around Stable Diffusion.
- Can FLUX generate readable text in images?
- Short strings, often. It is markedly better than earlier diffusion models at this, but long passages still degrade and it is not a substitute for setting type properly.
- Does LaFoto use FLUX?
- Yes, for the imagery on this site. Every card in the gallery lists the model, prompt and seed used to make it.
- Why does FLUX seem to ignore vague prompts?
- It follows instructions closely rather than imposing its own aesthetic, so a vague prompt returns a vague image instead of being flattered into something striking. Specific prompts are rewarded proportionally.
The other models in the directory
Start creating today
Generate your first image with the best AI image generator.
Turn a sentence into a finished, photorealistic image in seconds — then refine every detail. No setup, no Discord, no GPU.
Join 4,200+ creators using LaFoto