1.是否内含背景去除功能
- 原版:为了保证更快的生成速度,选择去掉了背景去除的步骤,仅保留了生成部分
- 改版:增加了背景去除的选项,可以选择使用,也可选择不使用,速度上略慢一点
2.对 RGBA 图像的支持不同
- 目前原版 RGBA 图像直接转为 RGB 后生成的模型会带有黑色背板的,算是一个 bug,估计作者还会继续优化
- 我的改版遵从原项目对 alpha 通道重新着色为灰色的操作,所以可以保证生成模型不会带有背景
3.5.1.mp4
更加追求速度可直接选择原版,想要自带背景去除 + 更好的 RGBA 支持选择我的改版就好,两个版本之间没有好坏之分,大家根据自己的喜好选择就好!
LayerDiffusion 和 TripoSR 简直绝配!所以设计了一版和 LayerDiffusion 衔接的工作流,由 LayerDiffusion 生成透明对象,然后直接通过 TripoSR 转为 3D 模型(用的是我这版节点)
已更新为重构之后的新工作流(旧版工作流已不适用):
NEW V1.0 LayerDIffusion + TripoSR【Zho】
📬 联系我:
- 邮箱:zhozho3965@gmail.com
- QQ 群:839821928
🔗 社交媒体:
💡 支持我:
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.
- 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!