Add ML_nodes to ComfyUI Manager registry (#2219)

* Update custom-node-list.json

add ML_nodes

* Update custom-node-list.json

fix imstall_type
This commit is contained in:
Michael 2025-10-14 06:21:01 +08:00 committed by GitHub
parent 5acfd52986
commit 41ceee3d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 (25fps16fps). Includes 5
nodes: Save Image/Video (No Metadata), Frame Rate Resampler (CPU/GPU). Supports CUDA acceleration and multiple interpolation methods. Requires
ffmpeg."
}
]
}