From 4f596599f4e3ab751178e583af47e961a86baeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gabriel=20Gengo=20Louren=C3=A7o?= Date: Fri, 2 Dec 2022 11:52:04 -0300 Subject: [PATCH] Fix training docs to install datasets (#1476) Fixed doc to install from training packages --- examples/text_to_image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text_to_image/README.md b/examples/text_to_image/README.md index cfe82e8f..ee27de04 100644 --- a/examples/text_to_image/README.md +++ b/examples/text_to_image/README.md @@ -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 ```