diff --git a/custom-node-list.json b/custom-node-list.json index 10d823e..85faf8d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4104,6 +4104,16 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, + { + "author": "chaojie", + "title": "ComfyUI-Pymunk", + "reference": "https://github.com/chaojie/ComfyUI-Pymunk", + "files": [ + "https://github.com/chaojie/ComfyUI-Pymunk" + ], + "install_type": "git-clone", + "description": "Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python" + }, { "author": "chaojie", "title": "ComfyUI-MotionCtrl",