From 63abc54f3d7e80017d98d6ee946c4241ff18faf4 Mon Sep 17 00:00:00 2001 From: RicercarG Date: Thu, 29 Aug 2024 19:04:40 +0800 Subject: [PATCH] create sd-webui-detail json --- extension_template.json | 1 + extensions/sd-webui-ditail.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 extensions/sd-webui-ditail.json diff --git a/extension_template.json b/extension_template.json index 1415c588..d20c596b 100644 --- a/extension_template.json +++ b/extension_template.json @@ -9,6 +9,7 @@ "dropdown", "ads", "training", + "training", "models", "UI related", "prompting", diff --git a/extensions/sd-webui-ditail.json b/extensions/sd-webui-ditail.json new file mode 100644 index 00000000..f45b614c --- /dev/null +++ b/extensions/sd-webui-ditail.json @@ -0,0 +1,14 @@ +{ + "name": "Diffusion Cocktail (Ditail)", + "url": "https://github.com/MAPS-research/sd-webui-ditail.git", + "description": "'Diffusion Cocktail' (Ditail) offers a training-free method for novel image generations and fine-grained manipulations of content/style, enabling flexible integrations of existing pre-trained Diffusion models and LoRAs.", + "tags": [ + "script", + "dropdown", + "models", + "UI related", + "editing", + "manipulations", + "extras" + ] +} \ No newline at end of file