From 00a3e5279ed24f42bcfdc6e1b66e0d1eaba24d56 Mon Sep 17 00:00:00 2001 From: squarewulf <70549680+squarewulf@users.noreply.github.com> Date: Sun, 21 Dec 2025 00:41:30 -0500 Subject: [PATCH] Add 'MF Conductor' node to custom-node-list.json Added a new node entry for 'MF Conductor' with details. --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e9006e1f..1e6203ce 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39423,6 +39423,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "squarewulf", + "title": "MF Conductor", + "reference": "https://github.com/squarewulf/ComfyUI_MFConductor", + "files": [ + "https://github.com/squarewulf/ComfyUI_MFConductor" + ], + "install_type": "git-clone", + "description": "The Ultimate ComfyUI Control Center - Profile-based launching, surgical node management, and package control." + } ] }