Skip to content

Commit e5eed52

Browse files
authored
[dreambooth] update install section (#650)
update install section
1 parent ac665b6 commit e5eed52

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

examples/dreambooth/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ The `train_dreambooth.py` script shows how to implement the training procedure a
1010
Before running the scripts, make sure to install the library's training dependencies:
1111

1212
```bash
13-
pip install diffusers[training] accelerate transformers
13+
pip install git+https://github.com/huggingface/diffusers.git
14+
pip install -r requirements.txt
1415
```
1516

1617
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
accelerate
2+
torchvision
3+
transformers
4+
ftfy
5+
tensorboard
6+
modelcards

0 commit comments

Comments
 (0)