From dd95360a3c4507181f39f385c8802faf531b4985 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:56:40 +0000 Subject: [PATCH] Updated Developing extensions (markdown) --- Developing-extensions.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Developing-extensions.md b/Developing-extensions.md index c878740..d1b6449 100644 --- a/Developing-extensions.md +++ b/Developing-extensions.md @@ -52,14 +52,15 @@ path = os.path.join(modules.scripts.basedir(), "embeddings") modules.sd_hijack.model_hijack.embedding_db.add_embedding_dir(path) ``` -# Internals Diagram by [@hananbeer](https://github.com/hananbeer) +## Official Extension Index +Add extensions here - https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions + +(additionally, you could add working commit versions of your extensions+webui here: https://github.com/camenduru/sd-webui-extension-records ) + +## Internals Diagram by [@hananbeer](https://github.com/hananbeer) https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8601 https://miro.com/app/board/uXjVMdgY-TY=/?share_link_id=547908852229 ![image](https://user-images.githubusercontent.com/98228077/229259967-15556a72-774c-44ba-bab5-687f854a0fc7.png) -# Official Extension Index -Add extensions here - https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions - -(additionally, you could add working commit versions of your extensions+webui here: https://github.com/camenduru/sd-webui-extension-records ) \ No newline at end of file