From 8c1ab30ce0efd99cbfa4440acf858b7a007ca6c2 Mon Sep 17 00:00:00 2001 From: Yanpei Cao Date: Wed, 17 Apr 2024 12:45:10 +0800 Subject: [PATCH] Add Tripo custom nodes. (#579) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d940949e..65b8665f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7761,6 +7761,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "VAST-AI-Research", + "title": "Tripo for ComfyUI", + "reference": "https://github.com/VAST-AI-Research/ComfyUI-Tripo", + "files": [ + "https://github.com/VAST-AI-Research/ComfyUI-Tripo" + ], + "install_type": "git-clone", + "description": "Custom nodes for using [a/Tripo](https://www.tripo3d.ai/) in ComfyUI to create 3D from text and image prompts." } ] }