From e818eeef5b65a217e25ee4ec200bec7052745275 Mon Sep 17 00:00:00 2001 From: Tangent101 <140228499+Tangent101@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:51:59 +0100 Subject: [PATCH] New Plugin - Dress Me Up --- plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins.json b/plugins.json index 288220d..71dd5b8 100644 --- a/plugins.json +++ b/plugins.json @@ -538,5 +538,17 @@ "version": "1.1", "minEDVersion": "2.0", "compatIssueIds": [] + }, + { + "id": "dress-me-up", + "icon": "fa-wand-sparkles", + "name": "Dress me up", + "author": "The Stig", + "description": "Plugin to assist with your creativity.\nYou can choose between a wide range of clothing options (primarily female based).", + "url": "https://raw.githubusercontent.com/Tangent101/Easy-Diffusion-Plugins/main/plugins/stig-dressmeup.plugin.js", + "localInstallOnly": false, + "version": "1.1", + "minEDVersion": "2.0", + "compatIssueIds": [] } ]