diff --git a/custom-node-list.json b/custom-node-list.json index 363bf41..f0fa051 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4298,6 +4298,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "chaojie", + "title": "ComfyUI-MotionCtrl", + "reference": "https://github.com/chaojie/ComfyUI-MotionCtrl", + "files": [ + "https://github.com/chaojie/ComfyUI-MotionCtrl" + ], + "install_type": "git-clone", + "description": "Nodes: Download the weights of MotionCtrl motionctrl.pth (https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth) and put it to ComfyUI/models/checkpoints" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 08bc1f1..170bb36 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6640,5 +6640,16 @@ { "title_aux": "SDXLCustomAspectRatio" } + ], + "https://github.com/chaojie/ComfyUI-MotionCtrl": [ + [ + "MotionctrlSample", + "LoadMotionCameraPreset", + "LoadMotionTrajPreset", + "ImageSelector" + ], + { + "title_aux": "MotionCtrl for ComfyUI" + } ] -} \ No newline at end of file +}