From a7517ce0de6df31cb601a0aa3185215dcc391cd8 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 30 Oct 2022 00:54:00 -0400 Subject: [PATCH] add pointer to hugging face concepts library --- docs/installation/INSTALLING_MODELS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/installation/INSTALLING_MODELS.md b/docs/installation/INSTALLING_MODELS.md index d44b379447..b5d659b0d1 100644 --- a/docs/installation/INSTALLING_MODELS.md +++ b/docs/installation/INSTALLING_MODELS.md @@ -47,8 +47,14 @@ strongly recommend that you install this weights file if nothing else. ## Community-Contributed Models There are too many to list here and more are being contributed every -day. [This page](https://rentry.org/sdmodels) hosts an updated list of -Stable Diffusion models and where they can be obtained. +day. Hugging Face maintains a [fast-growing +repository](https://huggingface.co/sd-concepts-library) of fine-tune +(".bin") models that can be imported into InvokeAI by passing the +`--embedding_path` option to the `invoke.py` command. + +[This page](https://rentry.org/sdmodels) hosts a large list of +official and unofficial Stable Diffusion models and where they can be +obtained. ## Installation