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