From 0e9c0baef934ff50086ce74a5443e14ba75ab1ab Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Sat, 21 Mar 2026 12:36:19 +0900 Subject: [PATCH] Add ComfyUI-Workflow-Studio to custom node list Rebase on latest main to resolve merge conflict. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b86e95f9..f646d039 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45345,6 +45345,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ketle-man", + "title": "ComfyUI-Workflow-Studio", + "id": "comfyui-workflow-studio", + "reference": "https://github.com/ketle-man/ComfyUI-Workflow-Studio", + "files": [ + "https://github.com/ketle-man/ComfyUI-Workflow-Studio" + ], + "install_type": "git-clone", + "description": "Workflow management and generation UI plugin. Browse, organize, and execute workflows with auto-generated parameter editing, AI prompt assistant (Ollama), JSON syntax highlighting, Eagle integration, and multi-language support (EN/JA/ZH)." } ] }