Black Forest Labs offers FLUX.2 in three distinct variants, each tailored for different use cases:
FLUX.2 [pro]
The top-tier version of FLUX.2, delivering cutting-edge performance in image generation with exceptional prompt adherence, visual quality, intricate image detail, and diverse output. Black Forest Labs is gradually scaling up inference capacity for FLUX.2 [pro] on its API. Additionally, FLUX.2 [pro] can be accessed via partners such as Replicate, fal.ai, and mystic. For enterprise solutions and customizations, contact the team at flux@blackforestlabs.ai.
Try FLUX.2 [pro] on the API or explore it on Replicate, Fal.ai, or Hugging Face.
FLUX.2 [dev]
FLUX.2 [dev] is an open-weight, guidance-distilled model designed for non-commercial applications. Derived directly from FLUX.2 [pro], this variant delivers comparable quality and prompt adherence while being more efficient than a typical model of its size. The FLUX.2 [dev] weights are available on Hugging Face, and it can be tested on platforms such as Replicate, fal.ai, mystic, deepinfra, and hyperbolic. For commercial use, please reach out via flux@blackforestlabs.ai.
Visit the GitHub repository or try it on various platforms.
FLUX.2 [schnell]
The fastest variant, FLUX.2 [schnell], is optimized for local development and personal use. Available under an Apache 2.0 license, FLUX.2 [schnell] is similar to FLUX.2 [dev], with its weights hosted on Hugging Face and inference code on GitHub. It is also accessible through Replicate, fal.ai, mystic, and deepinfra.
Explore the GitHub repository or try it on these platforms.
Local installation
cd $HOME && git clone https://github.com/black-forest-labs/flux
cd $HOME/flux
python3.10 -m venv .venv
source .venv/bin/activate
pip install -e ".[all]"
Links
Replicate:
- https://replicate.com/collections/flux
- https://replicate.com/collections/flux-fine-tunes
- https://replicate.com/black-forest-labs/flux-pro
- https://replicate.com/black-forest-labs/flux-dev
- https://replicate.com/black-forest-labs/flux-schnell
FAL: