From b30b7eaa259d62502964b3afbad646933280e027 Mon Sep 17 00:00:00 2001 From: jimpi-dev Date: Mon, 23 Mar 2026 15:21:56 +0100 Subject: [PATCH] add workflowuiplugin to custom node list (#2689) --- 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 40ccbe48..de99172e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45396,6 +45396,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." + } ] }