From b130d0c6e7b470737c941e2d6f53d9375b51bc7f Mon Sep 17 00:00:00 2001 From: Alisson Anjos Date: Thu, 19 Mar 2026 09:10:52 +0000 Subject: [PATCH] Add ComfyUI-BFSNodes --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9241a9ed..188f7bf6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45166,5 +45166,17 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + , + { + "author": "alisson-anjos", + "title": "ComfyUI-BFSNodes", + "id": "ComfyUI-BFSNodes", + "reference": "https://github.com/alisson-anjos/ComfyUI-BFSNodes", + "files": [ + "https://github.com/alisson-anjos/ComfyUI-BFSNodes" + ], + "install_type": "git-clone", + "description": "ComfyUI Custom Nodes including FrameRangedFaceLoader for consistent face editing and framing" + } ] }