From d85f03566274478743d59632f7bd0c9ed688441b Mon Sep 17 00:00:00 2001 From: NRDX <117223069+alisson-anjos@users.noreply.github.com> Date: Sun, 29 Mar 2026 19:25:00 +0100 Subject: [PATCH] Add ComfyUI-BFSNodes (#2713) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index aa5cfd8c..3b5b6c93 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45408,5 +45408,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" + } ] }