From 611532491f3ae455f1b2a6bcbeafd278789d2b45 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 01:33:43 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-Workflow-Studio entry next to existing ketle-man author block --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4b78b63e..be6397f3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45013,6 +45013,17 @@ "install_type": "git-clone", "description": "Interactive 3D pose editor inside ComfyUI. Load VRM/GLB/GLTF models, drag bones to pose, control shape keys/expressions, and capture as IMAGE. All Three.js dependencies are bundled locally (no CDN required)." }, + { + "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)." + }, { "author": "senjinthedragon", "title": "ComfyUI Gender Tag Filter", @@ -46940,17 +46951,6 @@ ], "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)." } ] }