https://github.com/fredconex/ComfyUI-TripoSG
https://github.com/fredconex/ComfyUI-TripoSG
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredconex/ComfyUI-TripoSG
- Owner: fredconex
- Created: 2025-03-28T17:33:08.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:45:02.000Z (23 days ago)
- Last Synced: 2025-03-28T18:40:31.923Z (23 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **TripoSG Nodes for ComfyUI**
README
# TripoSG Nodes for ComfyUI
Created by Alfredo Fernandes inspired by Hunyuan3D nodes by KijaiThis 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
```
2. 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)
## Aknowledgements
https://github.com/VAST-AI-Research/TripoSG
https://github.com/kijai/ComfyUI-Hunyuan3DWrapper
https://github.com/Tencent/FlashVDM