Model reference · open weights
FLUX.2-small-decoder is an open-weight image model from black-forest-labs, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
FLUX.2 Small Decoder is a distilled VAE decoder that serves as a drop-in replacement for the standard FLUX.2 decoder. It delivers faster decoding and lower VRAM usage with minimal to zero quality loss. The encoder remains unchanged. Key Features 1. ~1.4x faster decoding compared to the full decoder. 2. ~1.4x less VRAM at decode time, enabling higher resolutions without running out of memory. 3. ~28M decoder parameters (vs ~50M in the full decoder) thanks to narrower channel widths ([96, 192, 384, 384] vs [128, 256, 512, 512]). 4. Minimal quality loss — images are almost identical. 5. Available under the Apache 2.0 license. Compatible with all open FLUX.2 models: - FLUX.2-klein-4B - FLUX.2-klein-9B - FLUX.2-klein-9b-kv - FLUX.2-dev Comparison Usage Limitations - This model is not intended or able to provide factual information. - While the model can output text, text rendered may be inaccurate or subject to distortion. - As a statistical model, this checkpoint may represent or amplify biases observed in the training data. - The model may fail to generate output that matches the prompts. - Prompt following is heavily influenced by the prompting style. Out-of-Scope Use This model and its derivatives may not be used outside the scope of the license, including for unlawful, fraudulent, defamatory, abusive, or otherwise violative purposes as further explained in our Usage Policies. Responsible AI Development Black Forest Labs is committed to responsible model development and deployment. Prior to releasing FLUX.2 [klein] 9B-KV, we evaluated and mitigated a number of risks, including child sexual abuse material (CSAM) and nonconsensual intimate imagery (NCII). For detailed information about our mitigations, evaluation processes, content provenance features, and policies, please see our post: [Capable, Open, and Safe: Combating AI Misuse](https://bfl.ai/blog/capable-open-and-safe-combating-ai-misuse). To report safety concerns, contact safety@blackforestlabs.ai. License This model is licensed under the https://www.apache.org/licenses/LICENSE-2.0. Trademarks & IP This project may contain trademarks or logos for projects, products, or services. Use of Black Forest Labs and
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | black-forest-labs |
|---|---|
| Type | Image models |
| Parameters (lead) | 62M |
| Variants | 1 |
| Runs with | diffusers |
| Released | 2026-04-06 |
| Popularity | 219k downloads / month |
| Likes | 170 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| FLUX.2-small-decoder | 62M | BF16 | ~0.1 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys flux-2-small-decoder for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (flux-2-small-decoder below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/images/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"flux-2-small-decoder","prompt":"a red bicycle","size":"1024x1024"}'
Details
Languages
Tags
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗
Sources