From 209d35fe7c3365d9f77dd48f4a51cccfd902a49b Mon Sep 17 00:00:00 2001 From: w-e-w Date: Sat, 10 Aug 2024 06:12:08 +0800 Subject: [PATCH] [add][pr]sd-webui-decadetw-auto-prompt-llm (#355) --- extensions/sd-webui-decadetw-auto-prompt-llm.json | 9 +++++++++ index.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 extensions/sd-webui-decadetw-auto-prompt-llm.json diff --git a/extensions/sd-webui-decadetw-auto-prompt-llm.json b/extensions/sd-webui-decadetw-auto-prompt-llm.json new file mode 100644 index 00000000..4f6d04e7 --- /dev/null +++ b/extensions/sd-webui-decadetw-auto-prompt-llm.json @@ -0,0 +1,9 @@ +{ + "name": "sd-webui-decadetw-auto-prompt-llm", + "url": "https://github.com/xlinx/sd-webui-decadetw-auto-prompt-llm.git", + "description": "Auto Prompt with LLM. Read README.md, additional installation steps required", + "tags": [ + "prompting" + ], + "added": "2024-08-09" +} \ No newline at end of file diff --git a/index.json b/index.json index 74f7d5e6..029db899 100644 --- a/index.json +++ b/index.json @@ -3345,6 +3345,15 @@ "UI related" ], "added": "2024-08-07" + }, + { + "name": "sd-webui-decadetw-auto-prompt-llm", + "url": "https://github.com/xlinx/sd-webui-decadetw-auto-prompt-llm.git", + "description": "Auto Prompt with LLM. Read README.md, additional installation steps required", + "tags": [ + "prompting" + ], + "added": "2024-08-09" } ] } \ No newline at end of file