From 4a78e8a960b19f751f7d30a613d869e166bb5539 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Mar 2026 04:53:01 +0900 Subject: [PATCH] Add ComfyUI-MVNT: AI dance choreography from music Adds MVNT (https://github.com/mvnt-app/ComfyUI-MVNT) to the custom node list. MVNT generates full-body dance motion from audio using a diffusion model trained with 100+ professional choreographers. Nodes: MVNT Generate Dance, MVNT Generate Character, MVNT Export Video, MVNT Preview BVH, MVNT List Styles, MVNT Estimate Cost, MVNT Load Motion. Published on Comfy Registry as comfyui-mvnt (publisher: mvnt). Made-with: Cursor --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b86e95f9..51c87cf5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45345,6 +45345,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "MVNT", + "title": "ComfyUI-MVNT", + "id": "comfyui-mvnt", + "reference": "https://github.com/mvnt-app/ComfyUI-MVNT", + "files": [ + "https://github.com/mvnt-app/ComfyUI-MVNT" + ], + "install_type": "git-clone", + "description": "AI dance choreography from music. Generate full-body dance motion (BVH/FBX/JSON) from any audio track using MVNT's diffusion model trained with 100+ professional choreographers. Create rigged 3D characters from images, preview motion as stick-figure animations, and export photorealistic AI music videos — all inside ComfyUI. Nodes: MVNT Generate Dance, MVNT Generate Character, MVNT Export Video, MVNT Preview BVH, MVNT List Styles, MVNT Estimate Cost, MVNT Load Motion." } ] }