https://github.com/Easymode-ai/ComfyUI-BPT
Comfyui BPT Wrapper
https://github.com/Easymode-ai/ComfyUI-BPT
Last synced: about 2 months ago
JSON representation
Comfyui BPT Wrapper
- Host: GitHub
- URL: https://github.com/Easymode-ai/ComfyUI-BPT
- Owner: Easymode-ai
- Created: 2025-02-24T22:53:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T02:18:41.000Z (about 2 months ago)
- Last Synced: 2025-02-25T02:28:52.923Z (about 2 months ago)
- Language: Python
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-BPT**
README
# ComfyUI-BPT
Comfyui [BPT](https://github.com/whaohan/bpt) Wrapper (Trimesh in/out connections)
# Installation
Download [Weights](https://huggingface.co/whaohan/bpt/blob/refs%2Fpr%2F1/bpt-8-16-500m.pt) and place in `ComfyUI\models\BPT\`
[shapevae256.yaml](https://raw.githubusercontent.com/Easymode-ai/ComfyUI-BPT/refs/heads/main/bpt/shapevae-256.yaml) and place in `custom_nodes\ComfyUI-BPT\bpt\`Important: Some requirements require python 3.12 include/libs to found
in python_embeded directory, to satisfy this you can copy them from a local 3.12 install```
cd ComfyUI\custom_nodes\ComfyUI-BPT
..\..\..\python_embeded\python.exe -m pip install -r requirements.txt
```# Usage
Connect BPT node to in/out trimesh connections.
A workflow has been provided for example of use.
# Related Interesting Projects
*[ComfyUI Hunyuan3D-2 Wrapper](https://github.com/kijai/ComfyUI-Hunyuan3DWrapper)
**[microsoft/Trellis](https://github.com/microsoft/TRELLIS)
[ComfyUI ShadowR](https://github.com/Easymode-ai/ComfyUI-ShadowR)
\* Fully Compatible with ComfyUI-BPT
\*\* Could be used on the `.glb` from `Trellis` with the `Trimesh load` / `Trimesh Save` interfaces supplied by this package