From 91bf21d7a8456a8427858e24becfe8bd54d9aee3 Mon Sep 17 00:00:00 2001 From: Wei Deng <8124973+deng-wei@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:57:30 +0800 Subject: [PATCH] Add ComfyUI-MiVolo-V2 node details to JSON (#2283) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f0422338..ed4f9e50 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36832,6 +36832,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "deng-wei", + "title": "ComfyUI-MiVolo-V2", + "id": "mivolov2", + "reference": "https://github.com/deng-wei/ComfyUI-MiVolo-V2", + "files": [ + "https://github.com/deng-wei/ComfyUI-MiVolo-V2" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for [MiVolo V2 Age & Gender Prediction](https://huggingface.co/iitolstykh/mivolo_v2)" } ] }