From 5f2417e35a5115d34bdff43624cc30964e921a10 Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Mon, 19 Sep 2022 07:04:12 +0800 Subject: [PATCH] added sd-concepts-library Signed-off-by: Georg Zoeller --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d9b012..48fa02e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Tools and models for use in conjuction with Stable Diffusion ### Customisation * [textual-inversion](https://github.com/rinongal/textual_inversion) - Addition of personalized content to Stable Diffusion without retraining the model ([Paper](https://textual-inversion.github.io/), [Paper2](https://dreambooth.github.io/)). +* [sd-concepts-library](https://huggingface.co/sd-concepts-library) - A library of user created [textual-inversion](https://textual-inversion.github.io/) embeddings to add new concepts to stable diffusion + ### GUIS * [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - Gradio based UI with extensive features such as in and outpainting, previews, xy plots, upscaling and more