Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
cde0ed16
Unverified
Commit
cde0ed16
authored
Jul 22, 2022
by
Anton Lozhkov
Committed by
GitHub
Jul 22, 2022
Browse files
Add a step about accelerate config to the examples (#130)
parent
570d3f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
examples/README.md
examples/README.md
+6
-0
No files found.
examples/README.md
View file @
cde0ed16
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment