From 85244d4a5901cc5062562b15361b06fdbeebf528 Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Thu, 21 Jul 2022 12:46:15 -0700 Subject: [PATCH] Documentation cross-reference (#127) In https://github.com/huggingface/diffusers/issues/124 I incorrectly suggested that the image set creation process was undocumented. In reality, I just hadn't located it. @patrickvonplaten did so for me. This PR places a hotlink so that people like me can be shoehorned over where they needed to be. --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 976bd43bee..7f18d6522c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,7 @@ ## Training examples +Creating a training image set is [described in a different document](https://huggingface.co/docs/datasets/image_process#image-datasets). + ### Installing the dependencies Before running the scipts, make sure to install the library's training dependencies: