We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57a2e0 commit 4f59659Copy full SHA for 4f59659
examples/text_to_image/README.md
@@ -13,7 +13,7 @@ ___This script is experimental. The script fine-tunes the whole model and often
13
Before running the scripts, make sure to install the library's training dependencies:
14
15
```bash
16
-pip install git+https://github.com/huggingface/diffusers.git
+pip install "git+https://github.com/huggingface/diffusers.git#egg=diffusers[training]"
17
pip install -U -r requirements.txt
18
```
19
0 commit comments