From 41ceee3d2499964ce3cc332b081b68ca7f57314f Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 14 Oct 2025 06:21:01 +0800 Subject: [PATCH] Add ML_nodes to ComfyUI Manager registry (#2219) * Update custom-node-list.json add ML_nodes * Update custom-node-list.json fix imstall_type --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index aad15e76..5862b8b4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34652,6 +34652,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "michael", + "title": "ComfyUI ML Nodes", + "reference": "https://github.com/MichaelMaxAgent/comfyui_ML_nodes", + "files": [ + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for saving images/videos without metadata and GPU-accelerated frame rate processing (25fps→16fps). Includes 5 + nodes: Save Image/Video (No Metadata), Frame Rate Resampler (CPU/GPU). Supports CUDA acceleration and multiple interpolation methods. Requires + ffmpeg." + } ] }