From 2b1dcf58ad06b20bf6b69bd9e86011f702659646 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 4 Mar 2023 01:35:02 +0000 Subject: [PATCH] remove wildcards and instructpix2pix as extensions --- Extensions-index.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Extensions-index.md b/Extensions-index.md index d17de79..ed03609 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -4,6 +4,7 @@ "script": "a general extension that adds functionality", "localization": "a localization extension that translates web ui into another language", "tab": "adds a tab", + "dropdown": "adds a dropbear in the ui", "ads": "contains ads", "installed": "an extension that is already installed", "training": "new type of training / assists with training.", @@ -23,7 +24,7 @@ "url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git", "description": "Allows training an embedding from one or few pictures, specifically meant for applying styles. Also, allows use of these specific embeddings to generated images.", "added": "2022-11-01", - "tags": ["training"] + "tags": ["tab", "dropdown", "training"] }, { "name": "Wildcards", @@ -557,13 +558,6 @@ "added": "2023-01-23", "tags": ["editing"] }, - { - "name": "Instruct-pix2pix", - "url": "https://github.com/Klace/stable-diffusion-webui-instruct-pix2pix.git", - "description": "Adds a tab for doing img2img editing with the instruct-pix2pix model. Note: No longer required. Author has integrated code to webui, use in img2img.", - "added": "2023-01-25", - "tags": ["tab"] - }, { "name": "Custom Diffusion", "url": "https://github.com/guaneec/custom-diffusion-webui.git",