From 0009c87c5e3052c6c095f6a29c0c230ab3667bb3 Mon Sep 17 00:00:00 2001 From: chaojie Date: Wed, 31 Jan 2024 23:28:44 +0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",