ComfyUI-Flowty-TripoSR

ComfyUI-Flowty-TripoSR
★ 540

3D重建单图重建模型集成快速推理
在ComfyUI中直接调用TripoSR,从单张图片快速生成可用的3D重建模型,支持一键推理与导出,简化3D建模流程。
💡 将图片转为3D模型并导出,集成到ComfyUI流程中
🍴 57 Forks💻 Python🔄 2024-06-16
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/2df45d172dc1
📦 requirements.txt
omegaconf==2.3.0
Pillow==10.1.0
einops==0.7.0
transformers==4.35.0
trimesh==4.0.5
huggingface-hub
imageio[ffmpeg]
scikit-image
example
📄 README

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

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 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!