# black-forest-labs

Published articles for black-forest-labs.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Diffusers welcomes FLUX-2

DevFeed: [Diffusers welcomes FLUX-2](<https://devfeed.tech/articles/diffusers-welcomes-flux-2-7202.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/flux-2>)

Author: YiYi Xu; Daniel Gu; Sayak Paul; Alvaro Somoza; Dhruv Nair; Aritra Roy Gosthipaty; Linoy Tsaban; Apolinário from multimodal AI art

Published: 2025-11-25T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [black-forest-labs](<https://devfeed.tech/tags/black-forest-labs.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [flux](<https://devfeed.tech/tags/flux.md>), [generation](<https://devfeed.tech/tags/generation.md>), [images](<https://devfeed.tech/tags/images.md>), [lora](<https://devfeed.tech/tags/lora.md>), [mlp](<https://devfeed.tech/tags/mlp.md>), [model](<https://devfeed.tech/tags/model.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [streams](<https://devfeed.tech/tags/streams.md>)

### AI overview

The article introduces FLUX.2, an image-generation and editing model that supports text-guided and image-guided generation with multiple reference images. It outlines changes to its text encoder and diffusion-transformer architecture relative to FLUX.1.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Exploring Quantization Backends in Diffusers

DevFeed: [Exploring Quantization Backends in Diffusers](<https://devfeed.tech/articles/exploring-quantization-backends-in-diffusers-7170.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/diffusers-quantization>)

Author: Derek Liu; Marc Sun; Sayak Paul

Published: 2025-05-21T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [backends](<https://devfeed.tech/tags/backends.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [black-forest-labs](<https://devfeed.tech/tags/black-forest-labs.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [diffusion-transformers](<https://devfeed.tech/tags/diffusion-transformers.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [flux](<https://devfeed.tech/tags/flux.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [images](<https://devfeed.tech/tags/images.md>), [memory](<https://devfeed.tech/tags/memory.md>), [quantization](<https://devfeed.tech/tags/quantization.md>)

### AI overview

The article examines quantization backends in Hugging Face Diffusers using the FLUX.1-dev image-generation pipeline. It compares high-precision and 4-bit or 8-bit variants, explains pipeline components and memory use, and discusses backends including bitsandbytes, GGUF, torchao, Quanto, and FP8.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.