Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
4f596599
Unverified
Commit
4f596599
authored
Dec 02, 2022
by
Pedro Gabriel Gengo Lourenço
Committed by
GitHub
Dec 02, 2022
Browse files
Fix training docs to install datasets (#1476)
Fixed doc to install from training packages
parent
f57a2e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/text_to_image/README.md
examples/text_to_image/README.md
+1
-1
No files found.
examples/text_to_image/README.md
View file @
4f596599
...
...
@@ -13,7 +13,7 @@ ___This script is experimental. The script fine-tunes the whole model and often
Before running the scripts, make sure to install the library's training dependencies:
```
bash
pip
install
git+https://github.com/huggingface/diffusers.git
pip
install
"
git+https://github.com/huggingface/diffusers.git
#egg=diffusers[training]"
pip
install
-U
-r
requirements.txt
```
...
...
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