All labs / Generation Checking model…
04.1 — Generation / Intermediate

Dream

Generation Intermediate Hosted inference

Text-to-image with a fixed seed, so you can change one word in the prompt and see precisely what that word was doing.

Model
SDXL 1.0
Parameters
3.5B · 2.6B UNet + text encoders
Input
Text
Output
Image
Typical time
10–40s
Last run
Result Ready
Gallery 0 images
What is actually happening The model begins with pure random noise determined by the seed. At each step it predicts which part of what it sees is noise, and removes a fraction of it, pulled toward your prompt by classifier-free guidance. After the steps run out, an image is what remains. It never had a plan, and there was never a moment when it decided what to draw.
How it works

It begins with a field of pure random noise. Guided by your prompt, the model repeatedly predicts which part of what it sees is noise and subtracts it. After a few dozen steps an image is left. The seed decides the starting noise, which is why the same seed and prompt reproduce the same picture.

Full identifier
stabilityai/stable-diffusion-xl-base-1.0
Where it runs
Hosted inference API
Parameters
3.5B

Trained on a large scrape of web images, with the aesthetic and demographic skew that implies. Counting, spelling and precise spatial relationships remain weak.

What to notice
  • Word order and emphasis matter more than word count. Terms near the start of the prompt carry more weight.
  • Same seed, one word changed, is the only clean way to see what a word contributes. Everything else changes too much at once.
  • It has no model of physics or anatomy — it has a model of what pictures of those things tend to look like. Hands and text are the usual tells.
A note on language

This page says “the model predicts”, not “the model knows”. That is deliberate. None of these systems understand the images or sentences you give them; they map inputs to outputs using patterns fixed at training time. The difference matters most exactly when the output is impressive.