From 665fd724809f1f9fbc1703163452c6ec05a243df Mon Sep 17 00:00:00 2001 From: lo-th <3dflashlo@gmail.com> Date: Fri, 29 Nov 2024 12:50:23 +0100 Subject: [PATCH] add three_js_nodes (#1281) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 24bac6bd..8d7c5e5e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "lth", + "title": "Comfyui_three_js", + "id": "lth", + "reference": "https://github.com/lo-th/Comfyui_three_js", + "files": [ + "https://github.com/lo-th/Comfyui_three_js" + ], + "install_type": "git-clone", + "description": "Use power of three.js in 3d view on comfyui." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",