mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
@@ -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:
|
||||
|
||||
6
examples/dreambooth/requirements.txt
Normal file
6
examples/dreambooth/requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
accelerate
|
||||
torchvision
|
||||
transformers
|
||||
ftfy
|
||||
tensorboard
|
||||
modelcards
|
||||
Reference in New Issue
Block a user