From bf2ffe8dfa7749aca1f27ad7b4d8da4a9936459e Mon Sep 17 00:00:00 2001 From: Luke Kratsios Date: Wed, 13 Nov 2024 11:51:46 -0500 Subject: [PATCH] add Texturaizer Nodes (#1234) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8e131007..e2031965 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16666,6 +16666,17 @@ "install_type": "git-clone", "description": "These are nodes and workflows that can facilitate the creation of animations and video compilations." }, + { + "author": "LatentSpaceDirective", + "title": "ComfyUI-Texturaizer", + "id": "texturaizer", + "reference": "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer", + "files": [ + "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer" + ], + "install_type": "git-clone", + "description": "These are companion nodes for Texturaizer, a Blender plugin that connects complex 3D data to ComfyUI. https://texturaizer.com" + },