From d1980c66be3d60b672884c8626b03150c6b5f6ea Mon Sep 17 00:00:00 2001 From: bmad4ever Date: Thu, 19 Oct 2023 21:37:22 +0100 Subject: [PATCH 1/3] Update custom-node-list.json renamed repo for ez import (no need for importlib) --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9291b474..e9bd351c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -753,10 +753,10 @@ }, { "author": "bmad4ever", - "title": "ComfyUI-Bmad-Custom-Nodes", - "reference": "https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes", + "title": "Bmad Nodes", + "reference": "https://github.com/bmad4ever/comfyui_bmad_nodes", "files": [ - "https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes" + "https://github.com/bmad4ever/comfyui_bmad_nodes" ], "install_type": "git-clone", "description": "This custom node offers the following functionalities: API support for setting up API requests, computer vision primarily for masking purposes using GrabCut or contours, and general utility to streamline workflow setup or implement essential missing features." From ae2456796070d308cc73ece0ed1d6831904d930a Mon Sep 17 00:00:00 2001 From: bmad4ever Date: Thu, 19 Oct 2023 21:39:43 +0100 Subject: [PATCH 2/3] Update extension-node-map.json --- extension-node-map.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 1bbe2a4a..ccdaf1d7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1952,7 +1952,7 @@ "title_aux": "CLIPSeg" } ], - "https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes": [ + "https://github.com/bmad4ever/comfyui_bmad_nodes": [ [ "AdaptiveThresholding", "Add String To Many", @@ -2029,7 +2029,7 @@ "VAEEncodeBatch" ], { - "title_aux": "ComfyUI-Bmad-Custom-Nodes" + "title_aux": "Bmad Nodes" } ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ @@ -3978,4 +3978,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +} From ea1b5617faf244abaf938fed2b19690063678168 Mon Sep 17 00:00:00 2001 From: bmad4ever Date: Thu, 19 Oct 2023 21:46:22 +0100 Subject: [PATCH 3/3] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e9bd351c..79700f72 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -759,7 +759,7 @@ "https://github.com/bmad4ever/comfyui_bmad_nodes" ], "install_type": "git-clone", - "description": "This custom node offers the following functionalities: API support for setting up API requests, computer vision primarily for masking purposes using GrabCut or contours, and general utility to streamline workflow setup or implement essential missing features." + "description": "This custom node offers the following functionalities: API support for setting up API requests, computer vision primarily for masking or collages, and general utility to streamline workflow setup or implement essential missing features." }, { "author": "FizzleDorf",