ComfyUI Extension: TripoSG Nodes for ComfyUI

Authored by fredconex

Created

Updated

67 stars

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.

Custom Nodes (0)

    README

    TripoSG Nodes for ComfyUI

    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.

    Installation

    1. Clone the model to "comfyui/models/diffusers":
    git clone https://huggingface.co/VAST-AI/TripoSG
    
    1. Clone the repository to your custom_nodes folder:
    git clone https://github.com/fredconex/ComfyUI-TripoSG.git
    cd ComfyUI-TripoSG
    
    1. Install dependencies(For portable use python embeded):
    pip install -r requirements.txt
    

    Notes

    • 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)

    workflow (5) Captura de tela 2025-03-31 091513

    Aknowledgements

    https://github.com/VAST-AI-Research/TripoSG
    https://github.com/kijai/ComfyUI-Hunyuan3DWrapper
    https://github.com/Tencent/FlashVDM