From c8410b47fcd899d1b7f51d32cdd63e01eef69d05 Mon Sep 17 00:00:00 2001 From: Tangent101 <140228499+Tangent101@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:21:02 +0000 Subject: [PATCH] Update plugins.json --- plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins.json b/plugins.json index dda8f6c..4cb014c 100644 --- a/plugins.json +++ b/plugins.json @@ -562,5 +562,17 @@ "version": "1.1", "minEDVersion": "2.0", "compatIssueIds": [] + }, + { + "id": "text-to-prompt", + "icon": "fa-wand-sparkles", + "name": "Wildcard Text2Prompt", + "author": "The Stig", + "description": "Plugin to allow you to import Wildcard Text Files.\nEach Wildcard must be on a seperate line.", + "url": "https://raw.githubusercontent.com/Tangent101/Easy-Diffusion-Plugins/main/plugins/stig-text2prompt.plugin.js", + "localInstallOnly": false, + "version": "1.1", + "minEDVersion": "2.0", + "compatIssueIds": [] } ]