Browse Source

Merge pull request #290 from chaojie/main

update DB
pull/294/head
Dr.Lt.Data 11 months ago committed by GitHub
parent
commit
be05eb9777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      custom-node-list.json
  2. 13
      extension-node-map.json

10
custom-node-list.json

@ -4298,6 +4298,16 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"
} }
] ]
} }

13
extension-node-map.json

@ -6640,5 +6640,16 @@
{ {
"title_aux": "SDXLCustomAspectRatio" "title_aux": "SDXLCustomAspectRatio"
} }
],
"https://github.com/chaojie/ComfyUI-MotionCtrl": [
[
"MotionctrlSample",
"LoadMotionCameraPreset",
"LoadMotionTrajPreset",
"ImageSelector"
],
{
"title_aux": "MotionCtrl for ComfyUI"
}
] ]
} }

Loading…
Cancel
Save