diff --git a/custom-node-list.json b/custom-node-list.json index 890b36eb..4a494bf2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5108,13 +5108,13 @@ }, { "author": "davask", - "title": "MarasIT Nodes", + "title": "🐰 MarasIT Nodes", "reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes", "files": [ "https://github.com/davask/ComfyUI-MarasIT-Nodes" ], "install_type": "git-clone", - "description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output." + "description": "AnyBus Node (AKA UniversalBus) is an attempt to provide a Universal Bus Node (as some might say) which is based on AnyType Input/Output.\n[i/INFO:Inspired by :Was Node Suite from WASasquatch, Get/Set nodes from KJNodes, Highway node from Trung0246]" }, { "author": "yffyhk", diff --git a/extension-node-map.json b/extension-node-map.json index 2062b501..ae3620f9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4949,12 +4949,13 @@ "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ [ "MarasitBusNode", + "MarasitAnyBusNode", "MarasitBusPipeNode", "MarasitPipeNodeBasic", "MarasitUniversalBusNode" ], { - "title_aux": "MarasIT Nodes" + "title_aux": "🐰 MarasIT Nodes" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ @@ -8744,4 +8745,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +}