Unverified Commit cde0ed16 authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

Add a step about accelerate config to the examples (#130)

parent 570d3f1e
...@@ -10,6 +10,12 @@ Before running the scipts, make sure to install the library's training dependenc ...@@ -10,6 +10,12 @@ Before running the scipts, make sure to install the library's training dependenc
pip install diffusers[training] accelerate datasets pip install diffusers[training] accelerate datasets
``` ```
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
```bash
accelerate config
```
### Unconditional Flowers ### Unconditional Flowers
The command to train a DDPM UNet model on the Oxford Flowers dataset: The command to train a DDPM UNet model on the Oxford Flowers dataset:
......
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