Skip to content

Commit 4f59659

Browse files
authored
Fix training docs to install datasets (#1476)
Fixed doc to install from training packages
1 parent f57a2e0 commit 4f59659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_to_image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ___This script is experimental. The script fine-tunes the whole model and often
1313
Before running the scripts, make sure to install the library's training dependencies:
1414

1515
```bash
16-
pip install git+https://github.com/huggingface/diffusers.git
16+
pip install "git+https://github.com/huggingface/diffusers.git#egg=diffusers[training]"
1717
pip install -U -r requirements.txt
1818
```
1919

0 commit comments

Comments
 (0)