> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Flux Is The Open-Source Midjourney Killer Everyone's Talking About!
- URL: https://itsfoss.com/news/flux-image-generator/
- Published: 2024-08-13T05:55:26.000Z
- Updated: 2024-08-13T05:55:26.000Z
- Description: Flux is an interesting open-source image generator model that you need to take a look at!
- Author: Sourav Rudra
- Tags: AI Spotlight, News, #Import 2025-11-08 21:15

[Generative artificial intelligence ](https://en.wikipedia.org/wiki/Generative%5Fartificial%5Fintelligence?ref=itsfoss.com)(GenAI) models are increasingly becoming better at producing creative works, with 2024 being a year where we are seeing an increase in new GenAI models being shipped out, particularly open-source ones.

Earlier this year, we had Stability AI launching [Stable Audio Open](https://itsfoss.com/stability-ai-open-audio/), a model for generating high-quality audio data, then we had [AuraFlow](https://itsfoss.com/open-source-image-generator-auraflow/), a text-to-image generation model that's quite resource intensive.

Now, we have yet another AI-focused outfit, [Black Forest Labs](https://blackforestlabs.ai/?ref=itsfoss.com), entering the space, equipped with **$31 million in series seed funding**. They have introduced a family of GenAI models, “**Flux.1**”, which consist of both closed-source, and open-source options.

## Flux.1: Should Midjourney Be Worried?

![a screenshot showing various images generated by flux](https://itsfoss.com/content/images/2024/08/Flux_a.jpg)

Source: Black Forest Labs

Comprised of a team that has an extensive track record in developing GenAI models like the original [Stable Diffusion](https://github.com/CompVis/stable-diffusion?ref=itsfoss.com), Black Forest Labs believes that:

> Widely accessible models not only foster innovation and collaboration within the research community and academia, but also increase transparency, which is essential for trust and broad adoption.

In that line of thought, they have introduced three variants of Flux.1, the first is the **closed-source FLUX.1 \[pro\]**, which is the most cutting-edge model that Black Forest Labs has to offer currently, it is locked behind a login wall.

The second one is the **open-weight FLUX.1 \[dev\]**, which is a slightly watered-down version of the *pro* that can achieve similar levels of performance and prompt adherence capabilities, but in a more efficient avatar.

And, finally, the third one is the **Apache 2.0 Licensed, FLUX.1 \[schnell\]**, which is the fastest model in the Flux.1 family, that has been fine-tuned for local development and personal use.

Both the *dev* and *schnell* models are compatible with [ComfyUI](https://github.com/comfyanonymous/ComfyUI?ref=itsfoss.com), and **make use of a hybrid architecture of multimodal and parallel diffusion transformer blocks**, scaled to 12B parameters. 

They have also implemented rotary positional embeddings and parallel attention layers to improve model performance and hardware efficiency.

To back their claim, Black Forest Labs shared **some benchmarking numbers** pitching Flux against popular GenAI models. The first is an ELO score rating of the Flux.1 family:

![an elo score chart pitching the flux.1 family of models against other popular generative ai models](https://itsfoss.com/content/images/2024/08/Flux_b.jpg)

Source: Black Forest Labs (**higher is better*)

As you can see, the *pro* and *dev* variants are quite close to each other, and the *schnell* variant is not too far away. They also shared another more detailed radar chart, which features many judging factors such as prompt following, size/aspect variability, typography, etc. Take a look. 👇

![a radar chart showcasing how flux.1 family of models compare to other popular generative ai models](https://itsfoss.com/content/images/2024/08/Flux_c.jpg)

Source: Black Forest Labs

You can quickly try it on HuggingFace using its "Inference API" to get an idea:

![flux demo](https://itsfoss.com/content/images/2024/08/flux-demo.png)

For a detailed test trial, you need to set it up yourself to compare, considering you have access to Midjourney. I don't have access to it, so I can't compare, but I noticed Decrypt shared some pretty [detailed insights](https://decrypt.co/242822/flux-ai-image-generator-review-midjourney-sd3-auraflow?ref=itsfoss.com) comparing it to Midjourney.

In their testing, comparing Flux.1 with AuraFlow, [Stable Diffusion 3 Medium](https://stability.ai/news/stable-diffusion-3-medium?ref=itsfoss.com) (SD3 Medium), and Midjourney, they found that on average, Flux.1 was able to deliver good-quality results while adhering to the prompts very well.

![](https://itsfoss.com/content/images/2024/08/Flux_d.jpg)

![](https://itsfoss.com/content/images/2024/08/Flux_e.jpg)

Credit: [Decrypt](https://decrypt.co/242822/flux-ai-image-generator-review-midjourney-sd3-auraflow?ref=itsfoss.com)

Even though it required more detailed prompting, they found that results were accurate and realistic. For an alternative to Midjourney, they suggest people to go for the *pro* variant, and for an alternative to SD3 Medium, the *dev* and *schnell* variants.

If the above benchmarks shared by Black Forest Labs and Decrypt are taken into account, then Flux looks like a real performer that can give Midjourney a run for its money. 

Plus, it's good to see open-source GenAI models (*dev* & *schnell*) that perform well. 😃

## 📥 Get Flux.1

You can get any of the three Flux variants from the [official website](https://blackforestlabs.ai/?ref=itsfoss.com), which has options to try it via [Replicate](https://replicate.com/collections/flux?ref=itsfoss.com), [fal.ai](https://fal.ai/models/fal-ai/flux?ref=itsfoss.com), and [Hugging Face](https://huggingface.co/black-forest-labs?ref=itsfoss.com).

[Flux.1](https://blackforestlabs.ai/?ref=itsfoss.com)

You can access the official inference repository on [GitHub](https://github.com/black-forest-labs/flux?ref=itsfoss.com).

*💬 Are you going to try out Flux.1? If you do, let me know how it went!*