From 03016e2d1667c3cb8272a78d6990cca49c8edac8 Mon Sep 17 00:00:00 2001 From: Daxamur <43710237+Daxamur@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:26:28 -0500 Subject: [PATCH] Add DaxNodes to custom node list (#2100) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 013bd470..83dcb833 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31810,6 +31810,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Daxamur", + "title": "DaxNodes", + "reference": "https://civitai.com/user/Daxamur", + "files": [ + "https://github.com/Daxamur/DaxNodes" + ], + "install_type": "git-clone", + "description": "ComfyUI video processing nodes with workflow metadata support", + "pip": ["mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0"] } ] }