VAST-AI-Research / ComfyUI-Tripo

Custom nodes for using Tripo in ComfyUI.
MIT License
121 stars 11 forks source link

ComfyUI-Tripo

This extension integrates Tripo into ComfyUI, allowing users to generate 3D models from text prompts or images directly within the ComfyUI interface.

ChangeLog

Features

Installation

[method1] From Source

[method2] From ComfyUI-Manager

If you have ComfyUI-Manager, you can simply search "Tripo for ComfyUI" from Custom Nodes Manager and install these custom nodes

[method3] From Comfy Register using comfy-cli

If you have a comfy-cli, you can simply execute comfy node registry-install comfyui-tripo in command line.

Usage

How to get a key

Usually it will take 10~15s to generate a draft model.

How to use a workflow

Load the png sceenshot in comyfui by dragging or loading manually.

Workflows

Text to Mesh

img

This node allows you to generate a 3D model from a text prompt using the Tripo API.

Image to Mesh

img This node allows you to generate a 3D model from an input image using the Tripo API.

Multiview Images to Mesh

img This node allows you to generate a 3D model from three multiview input images using the Tripo API.

Refine a draft Mesh

img This node allows you to refine a 3D model from a draft model using the Tripo API.

Animation

img This node allows you to generate a 3D model with skeleton and animation using the Tripo API.

Download Model

Models will be automatically downloaded after generation in ComfyUI\output folder.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credit

Thansk for initial repo from Tripo-API-ZHO