From 02f36c71adfcca37e119b8c8236e5a17ec1eca3f Mon Sep 17 00:00:00 2001 From: jimpi-dev Date: Fri, 13 Mar 2026 17:06:53 +0100 Subject: [PATCH] add workflowuiplugin to custom node list --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7b525ba3..7b39a63a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45052,6 +45052,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Jimpi", + "title": "WorkflowUIPlugin", + "id": "workflowuiplugin", + "reference": "https://github.com/jimpi-dev/WorkflowUIPlugin", + "files": [ + "https://github.com/jimpi-dev/WorkflowUIPlugin" + ], + "install_type": "git-clone", + "description": "This plugin adds features in order to enable full functionality of WorkflowUI Application to which turns your workflows into apps and provides structures for organizing your generations." + } ] }