From cf3b4e757e8bf207e940fd5126d3bedcc070a3a9 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 11 Feb 2023 22:38:40 +0000 Subject: [PATCH] add text2prompt as extension --- Extensions-index.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Extensions-index.md b/Extensions-index.md index 0fb3f14..a9f5dd1 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -411,6 +411,20 @@ "added": "2022-12-30", "tags": ["script", "tab"] }, + { + "name": "Promptgen", + "url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen.git", + "description": "Use transformers models to generate prompts.", + "added": "2023-01-18", + "tags": ["script", "tab"] + }, + { + "name": "text2prompt", + "url": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git", + "description": "Generates anime tags using databases and models for tokenizing.", + "added": "2023-2-11", + "tags": ["script", "tab"] + }, { "name": "Prompt Translator", "url": "https://github.com/butaixianran/Stable-Diffusion-Webui-Prompt-Translator", @@ -495,13 +509,6 @@ "added": "2023-01-17", "tags": ["script", "tab"] }, - { - "name": "Promptgen", - "url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen.git", - "description": "Use transformers models to generate prompts.", - "added": "2023-01-18", - "tags": ["script", "tab"] - }, { "name": "Discord Rich Presence", "url": "https://github.com/kabachuha/discord-rpc-for-automatic1111-webui.git",