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

An uncensored NVFP4-quantized text encoder for MiniMax-H3 video generation that fits on a single 16 GB GPU. Mixed-precision bake (mostly NVFP4, embedding left as INT8), preserves ConvRot rotation semantics, and includes the unrotate step required to avoid corrupted conditioning.

Hugging Face
AI Model2026

Provides a GGUF-quantized, llama.cpp-compatible build of LiquidAI's LFM2.5-2.6B for local CPU inference and offline deployment. Supports multilingual generation and long-context workflows; optimized for low-memory, on-device use.

Hugging Face
AI Audio2026

An end-to-end 11B full-duplex speech model for real-time conversational AI that jointly performs streaming speech understanding and generation, enabling ~450 ms turn-taking, barge‑in and live tool calling in a single unified architecture; research use only.