From 68b381c2a4e655f2164711f00bbbfc6640e8e397 Mon Sep 17 00:00:00 2001 From: Skylar Thomas Date: Wed, 9 Oct 2024 18:04:28 -0700 Subject: [PATCH] Update custom-node-list.json to add playbook-3d nodes --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e6c57ba3..0e903059 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15730,6 +15730,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Playbook", + "title": "Playbook Nodes", + "id": "playbook-3d", + "reference": "https://github.com/playbook3d/playbook-nodes", + "files": [ + "https://github.com/playbook3d/playbook-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for connecting 3D scenes and ComfyUI workflows." } ] }