From f6aa6d3f244968c03792cb319e621035281d503d Mon Sep 17 00:00:00 2001 From: Mike Ravenblack <71230759+0xRavenBlack@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:23:44 +0100 Subject: [PATCH] Update custom-node-list.json add ComfyUI-OOP entry --- node_db/new/custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5be3fa6c..a27286f2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -704,5 +704,15 @@ "install_type": "git-clone", "description": "TTS with Zyphra Zonos" } + { + "author": "0xRavenBlack", + "title": "ComfyUI-OOP", + "reference": "https://github.com/0xRavenBlack/ComfyUI-OOP", + "files": [ + "https://github.com/0xRavenBlack/ComfyUI-OOP" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to create Object-Oriented Prompts" + } ] }