Update diffusers docs - ensure latest version of paired libraries (#8)
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
Install diffusers from `main`
|
Install diffusers from `main` and upgrade your `transformers`, `accelerate` and `bitsandbytes` dependencies to latest
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install git+https://github.com/huggingface/diffusers.git
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user