https://github.com/flowtyone/ComfyUI-Flowty-TripoSR
TripoSR custom node for comfyui
https://github.com/flowtyone/ComfyUI-Flowty-TripoSR
Last synced: 6 months ago
JSON representation
TripoSR custom node for comfyui
- Host: GitHub
- URL: https://github.com/flowtyone/ComfyUI-Flowty-TripoSR
- Owner: flowtyone
- License: gpl-3.0
- Created: 2024-03-05T10:37:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-16T00:53:22.000Z (about 1 year ago)
- Last Synced: 2024-12-14T06:05:50.771Z (6 months ago)
- Language: Python
- Size: 1.01 MB
- Stars: 455
- Watchers: 7
- Forks: 54
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Flowty-TripoSR**
README
# ComfyUI-Flowty-TripoSR
This is a custom node that lets you use TripoSR right from ComfyUI.
[TripoSR](https://github.com/VAST-AI-Research/TripoSR) is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, collaboratively developed by Tripo AI and Stability AI. (TL;DR it creates a 3d model from an image.)

I've created this node for experimentation, feel free to submit PRs for performance improvements etc.
### Installation:
* Install ComfyUI
* Clone this repo into ```custom_nodes```:
```shell
$ cd ComfyUI/custom_nodes
$ git clone https://github.com/flowtyone/ComfyUI-Flowty-TripoSR.git
```
* Install dependencies:
```shell
$ cd ComfyUI-Flowty-TripoSR
$ pip install -r requirements.txt
```
* [Download TripoSR](https://huggingface.co/stabilityai/TripoSR/blob/main/model.ckpt) and place it in ```ComfyUI/models/checkpoints```
* Start ComfyUI (or restart)Special thanks to MrForExample for creating [ComfyUI-3D-Pack](https://github.com/MrForExample/ComfyUI-3D-Pack). Code from that node pack was used to display 3d models in comfyui.
This is a community project from [flowt.ai](https://flowt.ai). If you like it, check us out!
![]()