From 72e8fb10885c71c9f2395c4b0934b35088d96259 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:02:59 +0000 Subject: [PATCH] add merge board and booru2prompt extensions --- Extensions-index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index c401d85..11ab873 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -175,6 +175,18 @@ "description": "Uses a trained model file, produces WD 1.4 Tags. Model link - https://mega.nz/file/ptA2jSSB#G4INKHQG2x2pGAVQBn-yd_U5dMgevGF8YYM9CR_R1SY", "tags": ["script", "tab"] }, + { + "name": "https://github.com/Malisius/booru2prompt", + "url": "https://github.com/Malisius/booru2prompt.git", + "description": "This SD extension allows you to turn posts from various image boorus into stable diffusion prompts. It does so by pulling a list of tags down from their API. You can copy-paste in a link to the post you want yourself, or use the built-in search feature to do it all without leaving SD.", + "tags": ["script", "tab"] + }, + { + "name": "Merge Board", + "url": "https://github.com/bbc-mc/sdweb-merge-board.git", + "description": "Multiple lane merge support(up to 10). Save and Load your merging combination as Recipes, which is simple text.", + "tags": ["script", "tab"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",