From 6bb103559da75b67d75bf77cebba0027ba412ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?apolin=C3=A1rio?= Date: Wed, 26 Nov 2025 18:04:42 +0100 Subject: [PATCH] Update diffusers docs - ensure latest version of paired libraries (#8) --- docs/flux2_dev_hf.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/flux2_dev_hf.md b/docs/flux2_dev_hf.md index f488bd2..acee3da 100644 --- a/docs/flux2_dev_hf.md +++ b/docs/flux2_dev_hf.md @@ -2,10 +2,11 @@ ## Getting started -Install diffusers from `main` +Install diffusers from `main` and upgrade your `transformers`, `accelerate` and `bitsandbytes` dependencies to latest ```sh pip install git+https://github.com/huggingface/diffusers.git +pip install --upgrade transformers accelerate bitsandbytes ``` After accepting the gating on the [FLUX.2-dev repository](https://huggingface.co/black-forest-labs/FLUX.2-dev), login with Hugging Face on your terminal