From 1f1adf9d8dc9ead2a17cb0916bc4349fc400339f Mon Sep 17 00:00:00 2001 From: chaojie Date: Fri, 5 Jan 2024 00:07:18 +0800 Subject: [PATCH 1/2] Update DB --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 363bf418..f0fa0516 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" } ] } From 34196b5bfb38f9f30b57a201213a139ed9664c4b Mon Sep 17 00:00:00 2001 From: chaojie Date: Fri, 5 Jan 2024 00:11:57 +0800 Subject: [PATCH 2/2] Update DB --- extension-node-map.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index 08bc1f18..170bb364 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 +}