From 4b8aebabfb0b18a4210f65a07339e35dbfe41ae7 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 20 Jan 2023 16:59:34 -0500 Subject: [PATCH] add diffusers repo as a reference for further reading --- docs/features/TEXTUAL_INVERSION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/features/TEXTUAL_INVERSION.md b/docs/features/TEXTUAL_INVERSION.md index 2413659099..7d54ea971c 100644 --- a/docs/features/TEXTUAL_INVERSION.md +++ b/docs/features/TEXTUAL_INVERSION.md @@ -262,6 +262,10 @@ resources: associated paper for details and limitations. * [HuggingFace's textual inversion training page](https://huggingface.co/docs/diffusers/training/text_inversion) +* [HuggingFace example script + documentation](https://github.com/huggingface/diffusers/tree/main/examples/textual_inversion) + (Note that this script is similar to, but not identical, to + `textual_inversion`, but produces embed files that are completely compatible. ---