AIAny
AI Model2024
Icon for item

FLUX.1 [dev]

Generates images from text prompts using a 12-billion-parameter rectified-flow transformer trained with guidance distillation for more efficient sampling. Distributed with diffusers/ComfyUI support and multiple conditioning/editing variants; weights released under a non-commercial license.

Introduction

Large, open weights for high-capacity text-to-image systems remain uncommon. FLUX.1 [dev] provides a 12B rectified-flow transformer and released weights that let researchers and artists experiment with higher-capacity diffusion-style sampling and structural conditioning without relying on closed-source endpoints.

What Sets It Apart
  • 12B rectified-flow architecture: higher parameter count than most community text-to-image releases, enabling more expressive generations and finer detail.
  • Guidance distillation training: reduces the dependence on large classifier-free guidance factors during sampling, which can lower step counts or guidance needs without heavily degrading fidelity.
  • Multiple released variants: includes inpainting (Fill), structural conditioning (Canny/Depth), LoRA variants, Redux for image variation, and Kontext for editing — so you can prototype diverse image workflows from one family of weights.
  • Diffusers & UI ecosystem support: official diffusers pipeline (FluxPipeline), ComfyUI compatibility, and availability through common API providers make local and hosted inference straightforward.
Who it's for and trade-offs

Great fit if you are a researcher or creative who wants an open-weight, high-capacity text-to-image model to experiment with conditioning, editing, or guidance-distillation techniques. It is also useful for building custom pipelines in diffusers or ComfyUI. Look elsewhere if you need a permissive commercial license (this release uses a FLUX.1-dev non-commercial license), have tight GPU memory constraints (12B models typically require model offload or bfloat16 setups), or require production SLAs from a hosted proprietary endpoint.

Where it fits

Positioned between smaller community open models and proprietary high-tier offerings: it provides stronger prompt-following and more advanced sampling behavior than many smaller open models, while remaining a research/creative release distinct from the paid FLUX.1 [pro] offering.

Practical notes

Typical inference recommendations from the maintainers: use the diffusers FluxPipeline with torch bfloat16, enable model CPU offload if GPU memory is limited, and moderate guidance_scale (examples use ~3.5) with ~50 inference steps for balanced results.

Information

  • Websitehuggingface.co
  • Organizationsblack-forest-labs
  • Published date2024/07/31

More Items

Hugging Face
AI Model2026

Provides per-tensor mixed-precision GGUF quantizations of the Qwen3.8-Flash-Next MoE model using GSQ (Gumbel-Softmax Quantization) to produce tensor-level quantized variants and RCO (Riemannian Constrained Optimization) to allocate quant types under exact size budgets; includes a BF16 vision projector and three size/bit-width operating points.

Hugging Face
AI Model2026

Turns Qwen3.5 into a 3-way NLI cross-encoder (entailment/contradiction/neutral) for zero-shot reranking, grading, content guarding, or action selection. Provides a pretrained Qwen3.5-4B checkpoint, helper utilities (OpenJevCrossEncoder, LatentMLPHead), and optional 35B MoE latent heads for per-task scoring.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.