Skip to content

Commit edac1ed

Browse files
authored
Update README_flux.md
1 parent 73bf5a1 commit edac1ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dreambooth/README_flux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The `train_dreambooth_flux.py` script shows how to implement the training proced
1919
> As the model is gated, before using it with diffusers you first need to go to the [FLUX.1 [dev] Hugging Face page](https://huggingface.co/black-forest-labs/FLUX.1-dev), fill in the form and accept the gate. Once you are in, you need to log in so that your system knows you’ve accepted the gate. Use the command below to log in:
2020
2121
```bash
22+
pip install -U "huggingface_hub[cli]"
2223
git config --global credential.helper store
2324
huggingface-cli login
2425
```
@@ -36,6 +37,7 @@ Before running the scripts, make sure to install the library's training dependen
3637
To make sure you can successfully run the latest versions of the example scripts, we highly recommend **installing from source** and keeping the install up to date as we update the example scripts frequently and install some example-specific requirements. To do this, execute the following steps in a new virtual environment:
3738

3839
```bash
40+
pip install accelerate
3941
git clone https://github.com/huggingface/diffusers
4042
cd diffusers
4143
pip install -e .

0 commit comments

Comments
 (0)