From aac323ee987dfb923f50728fb6398370102639ae Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 30 Dec 2022 14:04:08 +0000 Subject: [PATCH] add thai localization, add prompt generator and quick-css extensions --- Extensions-index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 7485b92..6beac2f 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -308,6 +308,18 @@ "description": "Inserts matching keyword(s) to the prompt automatically. Update this extension to get the latest model+keyword mappings.", "tags": ["script"] }, +{ + "name": "Prompt Generator", + "url": "https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator", + "description": "generate a prompt from a small base prompt using distilgpt2. Adds a tab with additional control of the model.", + "tags": ["script", "tab"] + }, +{ + "name": "quick-css", + "url": "https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator", + "description": "Extension for quickly selecting and applying custom.css files, for customizing look and placement of elements in ui.", + "tags": ["script", "tab"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN", @@ -326,6 +338,12 @@ "description": "Korean localization", "tags": ["localization"] }, + { + "name": "th_TH Localization", + "url": "https://github.com/econDS/thai-localization-for-Automatic-stable-diffusion-webui", + "description": "Thai localization", + "tags": ["localization"] + }, { "name": "es_ES Localization", "url": "https://github.com/innovaciones/stable-diffusion-webui-localization-es_ES",