From c4a1df935276ac4eb4a263096deec61832697d21 Mon Sep 17 00:00:00 2001 From: gregowahoo Date: Fri, 5 Jun 2026 12:51:46 -0500 Subject: [PATCH] Add ComfyUI Workflow Group Navigator (gregowahoo/comfyui-navigator) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb2c7643..54e0f86a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "gregowahoo", + "title": "ComfyUI Workflow Group Navigator", + "reference": "https://github.com/gregowahoo/comfyui-navigator", + "files": [ + "https://github.com/gregowahoo/comfyui-navigator" + ], + "install_type": "git-clone", + "description": "Floating panel that lists every group in your ComfyUI workflow — jump to any group, toggle on/off via rgthree Fast Groups Muter, reorder via drag-and-drop, configurable keyboard shortcuts. Designed for large multi-stage workflows." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",