From 2cb24e8a9431919eaab03b191f7067bd5d99aa9e Mon Sep 17 00:00:00 2001 From: Hardly Working <58997975+9nate-drake@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:16:52 +1100 Subject: [PATCH] Update custom-node-list.json (#2217) --- 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 8b05fb40..e98f5aea 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34445,6 +34445,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "9nate-drake", + "title": "Comfyui-SecNodes", + "reference": "https://github.com/9nate-drake/Comfyui-SecNodes", + "files": [ + "https://github.com/9nate-drake/Comfyui-SecNodes" + ], + "install_type": "git-clone", + "description": "Nodes for SeC (Segment Concept) - SOTA video object segmentation. Uses SeC-4B model by OpenIXCLab. Also includes coordinate plotter for visualization" + } ] }