Now we get to the actual models. We are going to walk through every major image generation model accessible through Krea, Flora, or the broader open ecosystem, organized by the company that built it. For each company, we will start with the people and the founding story, then explain the architectural choices that distinguish their work, then go version by version through the models they have shipped. The goal is that by the end of the image-models part you can hear about a new release from any of these labs and immediately know what kind of model it probably is, what it is likely to be good at, and how it fits into the broader ecosystem.
A reminder of what to look for in each section: which architectural family is the model in (U-Net (a U-shaped convolutional network), Diffusion Transformer (DiT), Multimodal Diffusion Transformer (MM-DiT)), which text encoders does it use, is it open-weights or closed, how does the lab make money, who runs it, and what are the trade-offs that distinguish it from its competitors. The science is mostly settled now, the differences between models are about engineering choices and training data more than about fundamental architecture.
A note on how to read what follows. The chapters in this part profile the image models company by company, and they remain the engine room of the whole stack. But keep the previous part in mind: in 2026 most creators reach these models through an aggregator or a workflow rather than directly, and the differences between them are narrowing. Read these as a deep look at the engines, not as the whole car.
Founding and people
Black Forest Labs is, in many ways, the most important image generation lab in the world right now. Not because it has the biggest model or the most users, but because it sits at the center of the open-source ecosystem. If you use any open-source AI image tool, ComfyUI, Krea's image generation, fal.ai, the entire community of LoRAs and fine-tunes, you are almost certainly using a model that descends from Black Forest Labs in some way.
The company was founded in mid-2024 in Freiburg, Germany, the small city in the Black Forest region that gives the lab its name, by Robin Rombach, Andreas Blattmann, and Patrick Esser. These are the same people we met in the deep-history chapter of the foundations. They were the core authors of the original latent diffusion model paper, the technical leads behind Stable Diffusion 1.x, and the primary architects of what became Stable Diffusion 3 during their time at Stability AI. In early 2024, frustrated with the chaotic management situation at Stability under founder Emad Mostaque (who would resign as Chief Executive Officer (CEO) in March 2024 amid significant company turmoil), they left and founded Black Forest Labs.
They were not alone. The seed funding came from Andreessen Horowitz, with a $31 million round that closed in August 2024, exceptional for a seed round, even in the AI boom of 2024. Additional participation came from Brendan Iribe (the Oculus co-founder), Garry Tan (the Y Combinator president), Michael Ovitz (the legendary Hollywood agent), and Timo Aila from NVIDIA. The story of how Black Forest Labs got its early customers is also instructive: their first major partnership was with Elon Musk's xAI, providing the image generation backend for Grok's image features. This deal was announced almost simultaneously with the seed round, which is part of why a16z was willing to lead at such an aggressive valuation.
In December 2025, Black Forest Labs raised a $300 million Series B at a $3.25 billion post-money valuation, co-led by Salesforce Ventures and AMP (a new investment vehicle from Andreessen Horowitz general partner Anjney Midha). The round also disclosed a previously unannounced Series A. Total funding raised is over $450 million. The company is now treated, by both investors and users, as the European answer to the American closed-model labs, a serious player committed to keeping at least some of its models open while building a paid Application Programming Interface (API) business on top.
Architecture and core ideas
FLUX is a 12-billion-parameter rectified-flow MM-DiT, meaning it uses the multimodal diffusion transformer architecture (separate parallel streams for text and image with joint attention) and is trained with a flow-matching objective (straight-line trajectories from noise to data). The text conditioning uses a dual encoder setup combining Contrastive Language-Image Pretraining (CLIP) for visual semantics and Text-to-Text Transfer Transformer (T5)-XXL for linguistic understanding. The model runs in latent space via a Variational Autoencoder (VAE), and the team has invested heavily in distillation to produce faster variants of the same base model.
Architecturally, FLUX is closely related to Stable Diffusion 3, which makes sense, because the same people built both. But FLUX is meaningfully larger (12 billion parameters versus SD3's 8 billion in its largest variant), and it benefits from a year of additional training research and a larger compute budget. The result is a model that, when it launched in August 2024, immediately took the top of public image quality leaderboards and stayed there for months. Adobe, Canva, Meta, and Microsoft all built features on top of FLUX. By any reasonable measure, it is the dominant open-weight image model of the current generation.
FLUX versions in detail
FLUX.1 [pro]
Released August 2024, this is the closed-source flagship. It is only accessible through Black Forest Labs' API or through partner platforms (Krea, fal.ai, Replicate, etc.). The weights have never been published. This is the highest-quality FLUX variant, and it is what you get when you select 'FLUX Pro' in any consumer tool. The pricing is in the range of a few cents per image at the API level, with platforms typically marking this up modestly.
FLUX.1 [dev]
Released the same day as [pro], this is a 12-billion-parameter open-weights model that has been distilled from [pro] using a technique called guidance distillation, which bakes the classifier-free guidance behavior directly into the model weights. The result is a model that generates in roughly 20 to 50 sampling steps (versus the much slower undistilled version) at quality very close to [pro]. The license is non-commercial, meaning you can use it for personal and research projects but you need to buy a separate commercial license for business use.
FLUX.1 [dev] is the model that the open-source community has built on. It runs locally on a consumer Graphics Processing Unit (GPU) with about 16 gigabytes of VRAM (or 8 gigabytes with quantization), it has been fine-tuned in thousands of variants, and it is the de facto base for almost all the LoRAs and custom checkpoints you will find on platforms like Civitai. When somebody says 'I trained a FLUX Low-Rank Adaptation (LoRA),' they almost certainly mean a FLUX.1 [dev] LoRA.
FLUX.1 [schnell]
'Schnell' is German for 'fast,' which is appropriate for a Munich-Freiburg lab. This is a heavily distilled four-step variant of FLUX, generating images in roughly two seconds on consumer hardware. The license is Apache 2.0, the most permissive open-source license, making this the FLUX variant you can use commercially without paying. The trade-off is meaningful quality loss compared to dev or pro. For prototyping, exploration, real-time interactive applications, and any use case where you need to generate at scale, schnell is the workhorse. For finished work, you will probably want dev or pro.
FLUX 1.1 [pro]
Released October 2024, two months after the original launch. This is a meaningful upgrade, six times faster than the original pro (4.5 seconds per generation instead of around 25), with improved prompt adherence and image quality. This is the version that, through late 2024, traded blows with the very best on quality. The scoreboard position mattered less than what it signaled: a lab built on open weights was matching the closed frontier, which is a large part of why the open community rallied to FLUX in the first place. The codename used in the leaderboard before launch was 'Blueberry,' which is one of those internal-codename-leaks-to-the-public stories that the AI community loves.
FLUX.1 Kontext
Released May 2025, Kontext represents a significant architectural extension. Where the earlier FLUX models do text-to-image generation, Kontext is a unified model that handles both generation and instruction-based image editing in the same network. You can give it an existing image plus a text instruction ('change the background to a beach,' 'put the character in a red jacket,' 'remove the person on the left'), and it will modify the image in-place while preserving identity, style, and unchanged regions.
The trick that makes Kontext work is in-context conditioning, the input image is passed to the model as additional context, the way text would be, rather than as a starting state for diffusion. The model has been trained on enormous volumes of (original image, instruction, edited image) triplets, so it has learned what kinds of changes correspond to what kinds of instructions. Kontext comes in three variants: [pro] for fast production work, [max] for the highest quality experimental results, and [dev] as an open-weights 12-billion-parameter model that the community can download and use. Black Forest Labs reports that Kontext is 8 to 10 times faster than equivalent image editing in OpenAI's GPT-4o, and it is one of the headline editing models accessible through Krea.
FLUX.1 Krea [dev]
Released July 2025 as a research collaboration between Krea and Black Forest Labs. The story here is interesting and worth telling in detail because it illustrates how the platform layer interacts with the model layer.
Krea, the creative platform, had been observing for some time that even the best image models had a characteristic 'AI look', slightly oversaturated colors, a certain plasticky quality to skin and surfaces, an aesthetic homogeneity that made it easy to tell at a glance that an image had been generated rather than photographed. They believed this look was not inherent to the architecture but rather a side effect of how the models were trained, the data and the loss functions had inadvertently optimized for a particular aesthetic that, once you noticed it, you could not unsee.
Krea worked with Black Forest Labs to do extensive post-training on top of FLUX [dev]'s base weights, with a deliberately curated dataset and training objective designed to break the model out of the AI look and produce more naturalistic, visually diverse output. The result was Krea-1, Krea's proprietary closed-model. The open-source version of this work was released as FLUX.1 Krea [dev], which is architecturally compatible with the rest of the FLUX dev ecosystem but produces meaningfully different aesthetics. Black Forest Labs described the model as 'opinionated,' meaning it has a strong aesthetic point of view that surprises users with how natural the outputs feel. All existing FLUX dev LoRAs and tools work with it, so it is a drop-in upgrade for many workflows.
FLUX.2 (the current flagship)
Released November 25, 2025, FLUX.2 is the current Black Forest Labs flagship and the model the document refers to whenever it says 'FLUX' in a present-tense context. The family extends the FLUX.1 architecture with several production-grade improvements: native 4-megapixel photorealistic output (versus FLUX.1's typical 1-megapixel ceiling), multi-reference conditioning that supports up to ten input reference images for style and character consistency, significantly improved text rendering for images with legible typography, better handling of complex spatial composition, and JSON-structured prompting support that lets you pass structured scene descriptions instead of flat prose. The base architecture is still MM-DiT with rectified flow, but the backbone has been scaled up, the training data refreshed with heavy use of synthetic captions, and the text encoder stack upgraded.
FLUX.2 ships in five variants, each targeting a different point on the quality-speed-license curve. FLUX.2 [pro] is the hosted production tier with the highest quality at standard latency, accessed through the Black Forest Labs API or partner platforms like fal.ai, Replicate, and Krea. FLUX.2 [max] is the even-higher-quality variant targeted at hero-asset production work where you want the best possible single image and do not mind waiting a bit longer. FLUX.2 [flex] is an interesting variant that exposes a 'steps' parameter directly to the caller, letting you trade off quality for latency at inference time (6 steps for fast iteration, 20 steps for default quality, 50 steps for the highest detail). FLUX.2 [dev] is the open-weight variant with a commercial license, the spiritual successor to FLUX.1 [dev] and the model the open community is now building on. FLUX.2 [klein] is the fast small variant, released January 15, 2026, optimized for interactive real-time generation.
The most strategically interesting decision in the FLUX.2 release was opening the source on the FLUX.2 VAE under the Apache 2.0 license. The VAE, the variational autoencoder that compresses images to and from latent space, is typically where labs hide their competitive advantage, because the quality of the VAE caps the quality of every diffusion model trained on top of it. Black Forest Labs releasing theirs openly was a major move, it lets the rest of the open community train new models against a frontier-quality VAE without having to develop one from scratch, and it deepens Black Forest Labs' positioning as the center of the open ecosystem. A March 3, 2026 update doubled generation speed across the FLUX.2 family without quality loss, primarily by optimizing the sampling schedule and integrating improvements from the Spectrum training-free speedup technique covered in the research-frontier part.
Strengths and weaknesses
FLUX.2's strengths are photorealism, prompt adherence, and the quality of its multi-reference conditioning. For product photography, hero ad assets, brand imagery, and any use case where realistic lighting, correct proportions, and professional camera optics matter, FLUX.2 [pro] or [max] is typically the best choice. The multi-reference conditioning is also the best in the field for maintaining style or character consistency across a batch of related images, which matters enormously for brand work. Text rendering is much improved over FLUX.1 (which could reliably render about 8-12 word signs) but still not at the level of GPT-Image or Ideogram V3 for dense typography.
FLUX.2's weaknesses are artistic flexibility and stylized aesthetics. The model is optimized for photorealistic and semi-photorealistic work, and it is noticeably weaker at producing the kinds of dreamlike, painterly, or surreal outputs that Midjourney 7 excels at. If your brand visual language is photographic and polished, FLUX.2 is the clear leader. If it is illustrative, artistic, or stylized, Midjourney V8 or Imagen 4 Ultra is probably a better fit. FLUX.2 is also, at mid-2026 pricing, one of the more expensive hosted models to run at scale, partly because of the 4-megapixel output default. Most operators running it at volume use the [dev] variant on their own infrastructure or the [klein] variant for high-volume use cases where perfection is not required.
Strategic position
Black Forest Labs sits in an unusual position. It is the only major image lab that is simultaneously (a) shipping frontier-quality closed-source hosted models that compete directly with OpenAI's GPT-Image and Midjourney, (b) shipping open-weight models that power most of the open-source image ecosystem, and (c) remaining a small, focused, Germany-based lab with a fraction of the headcount of its American competitors. This three-way positioning is what venture investors mean when they describe the company as the European answer to the American closed-model labs, and it is also what lets BFL extract value from both the enterprise API customers (who pay for hosted access to [pro] and [max]) and the open ecosystem (which depends on [dev] and [klein] and sends BFL an enormous amount of engineering signal and reputation in exchange).
The open question for 2026 is whether BFL extends into video generation. The lab has signaled interest, the Series B funding round in December 2025 explicitly mentioned video as a future direction, and a text-to-video model called SOTA has been referenced in public Wikipedia entries as under development as of February 2026. If BFL ships a frontier-quality open-weight video model, it becomes one of the most strategically important labs in the entire field, because no one else is in a position to both challenge the Chinese video labs (Kling, Wan, Seedance) at quality and also give that capability to the open community. If BFL stays focused on images, it will remain the dominant image model lab but cede the video frontier to the larger and better-funded Chinese and American players.
The multimodal turn: FLUX.2, FLUX 3, and robots
The FLUX story stopped being only about images in late 2025. FLUX.2, in November 2025, paired the rectified-flow transformer with a Mistral-3 vision-language component and multi-reference conditioning of up to ten images, and shipped an open 32B dev checkpoint alongside the proprietary tiers. Then on July 23, 2026, Black Forest Labs unveiled FLUX 3, a single flow model trained jointly across image, video, audio, and action, generating video with native audio in clips reported up to about twenty seconds. Shipped the same day was FLUX mimic, a robotics model that trains a small action decoder on the intermediate features of the video-prediction path and was tested at Audi for soft-body manipulation. This is the same lab that anchored the open image era declaring, in one release, that it wants to be the backbone of visual and physical intelligence.
The money backs the ambition. In December 2025 the company raised a 300-million-dollar Series B at a 3.25-billion-dollar valuation, co-led by Salesforce Ventures with a16z, Nvidia, and even Canva and Figma Ventures participating, which is a telling investor list for a company whose models already power features inside Adobe, Picsart, and ElevenLabs. The open question is execution: as of the launch there is no FLUX 3 technical report, no confirmed parameter count, and the cross-model benchmarks are labeled preliminary, so a roughly seventy-person startup is betting it can compete on image, video, and robotics at once against far larger labs.
Getting the best out of FLUX
FLUX comes in an open tier and a pro tier, and the licensing is the catch. The fully permissive option is FLUX.1 schnell, Apache 2.0 and step-distilled for fast local generation, while the stronger dev checkpoints (FLUX.1 dev, Kontext dev, FLUX.2 dev) are open-weight but non-commercial by default, so any paid use needs a separate commercial license from Black Forest Labs. The best raw quality stays behind the proprietary pro, flex, and max endpoints, reached through the company's API or through fal and Replicate, and embedded in consumer apps like Adobe and Krea. So the honest shape is: schnell for free and fast, dev for the best you can run yourself once you sort the license, pro when you want the ceiling and will pay per image.
On the craft, FLUX is strongest at photorealism, typography, and, since Kontext, in-context editing, so reach for Kontext or FLUX.2 multi-reference when you need to change one thing about an existing image or hold a character and product consistent across a set. It is weakest where you need a permissive commercial open license out of the box, which is where a truly open model like Wan or an Apache-licensed schnell build wins, and, for now, where you need mature large-scale video, since FLUX 3 is early access with staggered availability.