1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[dreambooth] update install section (#650)

update install section
This commit is contained in:
Suraj Patil
2022-09-27 17:32:21 +02:00
committed by GitHub
parent ac665b6484
commit e5eed5235b
2 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ The `train_dreambooth.py` script shows how to implement the training procedure a
Before running the scripts, make sure to install the library's training dependencies:
```bash
pip install diffusers[training] accelerate transformers
pip install git+https://github.com/huggingface/diffusers.git
pip install -r requirements.txt
```
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:

View File

@@ -0,0 +1,6 @@
accelerate
torchvision
transformers
ftfy
tensorboard
modelcards