Unverified Commit e5eed523 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

[dreambooth] update install section (#650)

update install section
parent ac665b64
......@@ -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:
......
accelerate
torchvision
transformers
ftfy
tensorboard
modelcards
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment