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
chenpangpang
diffusers
Commits
e5eed523
Unverified
Commit
e5eed523
authored
Sep 27, 2022
by
Suraj Patil
Committed by
GitHub
Sep 27, 2022
Browse files
[dreambooth] update install section (#650)
update install section
parent
ac665b64
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
examples/dreambooth/README.md
examples/dreambooth/README.md
+2
-1
examples/dreambooth/requirements.txt
examples/dreambooth/requirements.txt
+6
-0
No files found.
examples/dreambooth/README.md
View file @
e5eed523
...
...
@@ -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:
...
...
examples/dreambooth/requirements.txt
0 → 100644
View file @
e5eed523
accelerate
torchvision
transformers
ftfy
tensorboard
modelcards
\ No newline at end of file
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