Nodes Browser

ComfyDeploy: How ComfyUI-Flowty-TripoSR works in ComfyUI?

What is ComfyUI-Flowty-TripoSR?

This is a custom node that lets you use TripoSR right from ComfyUI. [a/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.)

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Flowty-TripoSR and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-Flowty-TripoSR

This is a custom node that lets you use TripoSR right from ComfyUI.

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

example

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:
    $ cd ComfyUI/custom_nodes
    $ git clone https://github.com/flowtyone/ComfyUI-Flowty-TripoSR.git
    
  • Install dependencies:
    $ cd ComfyUI-Flowty-TripoSR
    $ pip install -r requirements.txt
    
  • Download TripoSR and place it in ComfyUI/models/checkpoints
  • Start ComfyUI (or restart)

Special thanks to MrForExample for creating ComfyUI-3D-Pack. Code from that node pack was used to display 3d models in comfyui.

This is a community project from flowt.ai. If you like it, check us out!

<picture> <source media="(prefers-color-scheme: dark)" srcset="logo-dark.svg" height="50"> <source media="(prefers-color-scheme: light)" srcset="logo.svg" height="50"> <img alt="flowt.ai logo" src="flowt.png" height="50"> </picture>