add diffusers repo as a reference for further reading

This commit is contained in:
Lincoln Stein 2023-01-20 16:59:34 -05:00
parent 080fc4b380
commit 4b8aebabfb

View File

@ -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.
---