Custom nodes for using a/Tripo in ComfyUI to create 3D from text and image prompts.
This extension integrates Tripo into ComfyUI, allowing users to generate 3D models from text prompts or images directly within the ComfyUI interface.
ComfyUI/custom_nodes/
directory.pip install -r requirements.txt
.If you have ComfyUI-Manager, you can simply search "Tripo for ComfyUI" from Custom Nodes Manager
and install these custom nodes
If you have a comfy-cli, you can simply execute comfy node registry-install comfyui-tripo
in command line.
TRIPO_API_KEY
in your env variables.
set TRIPO_API_KEY=tsk_XXXXXXX
python.exe main.py [--cpu]
TRIPO_API_KEY=tsk_XXXXXXX python main.py [--cpu]
config.json
.Usually it will take 10~15s to generate a draft model.
Load the png sceenshot in comyfui by dragging or loading manually.
This node allows you to generate a 3D model from a text prompt.
This node allows you to generate a 3D model from an input image.
This node allows you to generate a 3D model from three multiview input images.
This node allows you to generate texture and pbr for a generated 3D model.
This node allows you to refine a 3D model from a draft model.
This node allows you to generate a 3D model with skeleton and animation.
Models will be automatically downloaded after generation in ComfyUI\output
folder.
This project is licensed under the MIT License. See the LICENSE file for details.
Thansk for initial repo from Tripo-API-ZHO