From 846fddccb9f529c2a293d14aacfd9c26cdf2c9cf Mon Sep 17 00:00:00 2001 From: Joon Jung Date: Mon, 30 Mar 2026 04:02:26 +0900 Subject: [PATCH] Add ComfyUI-MVNT: AI dance choreography from music (#2723) 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 Co-authored-by: Your Name --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f797580b..44e36562 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45500,6 +45500,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." } ] }