Ground Truth.
AI, checked against the source.

News · 2026-07-23

Black Forest Labs launches FLUX 3 -- image, video, audio, and a robot that never renders the video

Black Forest Labs announced FLUX 3 on July 23: a single model that generates images, video, and audio, plus a partner program that turns the same backbone into a robot controller. Video generation with native synchronized audio runs up to 20 seconds and is available now in early access. The open weights that made the company's name are not part of today's launch -- FLUX 3 Dev is a future rollout with no date attached.

Key facts

Start with what is actually reachable, because the gap between the announcement and the availability matters. Video is in early access behind a request form. Image early access is promised in the following weeks. FLUX 3 Dev, described as a future open-weight multimodal backbone spanning image, video, audio and action prediction, has no date. The company's Hugging Face account currently exposes only FLUX.1 and FLUX.2, and its public repository covers the existing open image models. No parameter count, architecture, checkpoint, or license has been disclosed for FLUX 3.

The method underneath is public, though, and it is genuinely elegant. BFL presents FLUX 3 as a scaled application of Self-Flow, described in arXiv:2603.06507 with code on GitHub. The idea is called Dual-Timestep Scheduling: during training, give different tokens in the same sample different amounts of noise. Because some parts of the image are always cleaner than others, the model has no choice but to learn to use the clean parts to reconstruct the noisy ones. That forces genuine representation learning inside the flow matching objective, with no separate contrastive or masked-prediction head bolted on.

It is a bit like teaching someone to restore a damaged painting by handing them a canvas where one corner is pristine and the opposite corner is nearly destroyed. They cannot help but learn how the corners relate.

The important limit on that evidence: the released Self-Flow code and checkpoint are a research model trained on ImageNet at 256 by 256 pixels. The paper validates the method. It is not a specification of, or independent evidence about, the production FLUX 3. BFL states that its own evaluation harness and its pairwise quality comparisons against competitors remain preliminary and company-run.

The genuinely novel piece is the robot. FLUX-mimic, built with Mimic Robotics, takes the FLUX 3 video backbone and attaches a compact action decoder. According to Mimic's technical writeup, the decoder reads the model's internal predicted-future video features and emits chunks of robot actions -- without rendering a video rollout at inference.

That last clause is the whole trick. The standard way to use a video model for control is to have it imagine the next few seconds, then run a planner over the generated frames. It works and it is unusably slow, because generating video is the expensive part. FLUX-mimic skips the rendering entirely and taps the model's internal representation of what is about to happen, treating it directly as a control signal. The imagination stays latent. It is a vision-language-action system where the world model never has to draw the world.

BFL and Mimic both say FLUX-mimic is being tested and deployed with Audi on factory tasks including assembly and flexible-material manipulation. Flexible materials -- cables, fabric, foam -- are notoriously hard for conventional robotics because they deform unpredictably, so a video-trained prior is a plausible fit. That said, this is first-party partner testimony from the two companies involved, not an audited deployment or an independent benchmark. There is no public FLUX 3 action API, no public weights, and nothing supporting general prompt-to-robot control.

Reception has been mixed, which is itself informative. The Self-Flow paper appears in the official ICML 2026 downloads list, confirming conference presence but not validating anything about FLUX 3. On Reddit, the r/singularity thread and the r/StableDiffusion thread show enthusiasm alongside pointed skepticism about sample quality and, repeatedly, about whether weights will actually open.

That skepticism is the strongest counter-argument to the launch. Black Forest Labs built its reputation and its developer base on open weights. Shipping the flagship as gated early access, with the open version described as a later release and no date, is precisely the pattern that erodes that base. The people asking in those threads are not bystanders -- they are the constituency the company depends on, and they noticed the change immediately.

The honest caveat on everything above: apart from the Self-Flow research paper and the Mimic writeup, all technical claims here are the companies' own, preliminary, and unaudited. What is verifiable today is an early-access video model and a partner-gated robotics derivative with an interesting architecture. The open multimodal model is a roadmap item.


Primary source, verified: read the paper →

Key questions

Can I download FLUX 3 weights?

No. FLUX 3 is in early access via Black Forest Labs only, and the open-weight version, called FLUX 3 Dev, is a planned future release with no announced date. The company's Hugging Face account currently hosts only the FLUX.1 and FLUX.2 collections.

What is FLUX-mimic and how does it control a robot?

FLUX-mimic pairs the FLUX 3 video backbone with a compact action decoder that reads the model's internal predictions of what happens next and outputs robot actions directly, without ever rendering a video. Mimic Robotics says it is being tested with Audi on assembly and flexible-material tasks.

What is Self-Flow, the method behind FLUX 3?

Self-Flow gives different parts of an image or video different amounts of noise during the same training step, so the model must use the cleaner parts to clean up the noisier ones. That built-in asymmetry teaches the model useful internal representations without any separate supervision objective.
Cite this

APA

Ground Truth. (2026, July 23). Black Forest Labs launches FLUX 3 -- image, video, audio, and a robot that never renders the video. Ground Truth. https://groundtruth.day/news/flux-3-early-access-omni-model.html

BibTeX

@misc{groundtruth:flux-3-early-access-omni-model,
  title  = {Black Forest Labs launches FLUX 3 -- image, video, audio, and a robot that never renders the video},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {jul},
  url    = {https://groundtruth.day/news/flux-3-early-access-omni-model.html}
}

Topics: image-generation · video-generation · robotics · open-weight-models · world-models

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.