From b0a3944d89838ad5be02edb2b2c322cf6183a65a Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Wed, 11 Jan 2023 22:13:37 +0800 Subject: [PATCH] added https://civitai.com/ Signed-off-by: Georg Zoeller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2510dfb..de296eb 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ https://huggingface.co/stabilityai/stable-diffusion-2-1-base ## Complementary Models and Tools Tools and models for use in conjuction with Stable Diffusion - +* [Civitai Model Repository](https://civitai.com/) - Repository for custom models and textual inversion embeddings. * [Prompt to Prompt](https://github.com/bloc97/CrossAttentionControl) - Unofficial Implementation of Cross-attention-control for prompt to prompt image editing. * [sd-prompt-graph](https://github.com/trevbook/sd-prompt-graph) - This is a React-based curve editor GUI for prompt interpolation animations made with Stable Diffusion. * [DAAM](https://github.com/castorini/daam) - Diffusion attention attribution maps, generating heatmaps modelling the impact of specific terms and tokens in the prompt on the final diffusion result.