# STARFlow: Apple’s normalizing-flow alternative to diffusion

The STARFlow family scales autoregressive normalizing flows to high-resolution images (STARFlow), video (STARFlow-V, 2026) and unified multimodal understanding plus generation (STARFlow2, August 2026). Architecture, papers and code links.

Canonical URL: https://aiidelist.com/blog/starflow

Language: en

Published: 2026-09-24

Updated: 2026-09-24

APPLE STARFLOW · NORMALIZING-FLOW GENERATION

Diffusion dominates image generation, but Apple’s STARFlow line shows that autoregressive normalizing flows (TARFlow) can scale to high-resolution images, then video, and finally to a single model that both understands and generates images and text. Flows give exact likelihoods and cache-friendly autoregressive sampling.

[STARFlow2 research page](https://machinelearning.apple.com/research/starflow2-multimodal-generation)[GitHub: apple/ml-starflow](https://github.com/apple/ml-starflow)

## STARFlow vs diffusion and flow matching

Diffusion and flow-matching models learn to denoise or transport noise to data over many steps. A normalizing flow is an invertible network trained by exact maximum likelihood; sampling is a single deterministic pass through the inverse. STARFlow makes this scale by working in a latent space and stacking autoregressive transformer flow blocks. The trade-off is model design complexity rather than sampling steps.

## STARFlow2 and unified multimodal models

STARFlow2 interleaves a frozen pretrained VLM stream with a TARFlow stream through residual skip connections under one causal mask. The language side keeps its understanding ability while the flow side generates images, and because both share the KV cache, interleaved text and image generation does not need to re-encode earlier outputs.

## Should you deploy it on-device?

Not yet. These are research-scale generators; treat this page as a reference for the papers, code and terminology rather than a deployment guide. For on-device vision that runs today, use FastVLM, MobileCLIP2 or Depth Pro.

## Questions

**Is there a STARFlow demo?**

Not on this site. Image generation at this scale needs server GPUs, which conflicts with FastVLM.net’s on-device focus. Follow the GitHub repository for official samples and checkpoints.

## At a glance

**STARFlow**

2025 · latent normalizing flows for high-resolution image synthesis

**STARFlow-V**

April 2026 · end-to-end video generative modelling with normalizing flows

**STARFlow2**

August 2026 · unified multimodal understanding and interleaved text–image generation (“Pretzel” architecture)

**Key idea**

Autoregressive flows share the causal mask and KV cache mechanics of transformer LLMs

**Code**

apple/ml-starflow on GitHub; check the repository for released checkpoints

Checked 2026-09-17

## Official sources

- [STARFlow (Apple Research)](https://machinelearning.apple.com/research/starflow)
- [STARFlow-V (Apple Research)](https://machinelearning.apple.com/research/starflow-v-video-modeling)
- [STARFlow2 paper (arXiv 2605.08029)](https://arxiv.org/abs/2605.08029)

## Related

- [Apple Foundation Models](/blog/apple-foundation-models)
- [All Apple models](/blog/apple-ai-models)
- [All Apple models](/blog/apple-ai-models)
