Created by Alfredo Fernandes inspired by Hunyuan3D nodes by Kijai
This extension adds TripoSG 3D mesh generation capabilities to ComfyUI, allowing you to generate 3D meshes from a single image using the TripoSG model.
- Clone the model to "comfyui/models/diffusers":
git clone https://huggingface.co/VAST-AI/TripoSG
- Clone the repository to your custom_nodes folder:
git clone https://github.com/fredconex/ComfyUI-TripoSG.git
cd ComfyUI-TripoSG
- Install dependencies(For portable use python embeded):
pip install -r requirements.txt
- Higher values for the octree depth parameters will result in more detailed meshes but require more VRAM and processing time.
- TripoSG model outputs a clean mesh that usually doesn't require post-processing.
- You can use the standard ComfyUI mesh viewing and processing nodes with the output from TripoSG.
- FlashVDM from Tencent is available for decoding speedup, compatible with mc and dmc (requires pip install diso)
https://github.com/VAST-AI-Research/TripoSG
https://github.com/kijai/ComfyUI-Hunyuan3DWrapper
https://github.com/Tencent/FlashVDM