Models and architecture

    Diffusion transformer

    Also called DiT.

    A diffusion transformer is a diffusion model whose internals are a transformer — the same architecture behind large language models — instead of the convolutional network earlier image models used.

    The change is about what the model can attend to. A convolutional network reasons locally by design, building understanding outward from neighbouring pixels. A transformer treats the input as a sequence of patches and lets any patch attend to any other, so a decision in one corner of the frame can be informed directly by something happening in the opposite corner.

    For video that is not a nicety. Coherence over time is a long-range relationship — frame one has to constrain frame ninety — and an architecture that can attend across the whole sequence is a far better fit than one built to look at neighbourhoods.

    It also brings the scaling behaviour that made language models what they are. Performance improves predictably with size and data in a way that earlier image architectures did not, which is a large part of why the generation gap between model releases has been so visible.

    In practice

    • Transformer internals, diffusion training objective — the two are not alternatives.
    • Long-range attention is why these models hold a scene together across many frames.
    • Compute cost grows quickly with sequence length, which is one reason clips are short.

    The mistake to avoid

    Assuming a transformer-based generator works like a chatbot. It denoises frames; it does not predict the next word, and it has no conversation state.

    Go deeper

    Understanding AI Models in 2026: How Diffusion, Transformers, and Flow Matching Power Modern Creative Tools

    A senior practitioner's mental model for how today's AI actually works. Transformers, diffusion, flow matching, DiTs, and state-space models — mapped to the 2026 tools you already use.

    Related terms

    The all-in-one AI studio for creators. 60+ models for video, image, voice, music and lipsync in a single app.