Convert a single image into a 3D mesh in one pass, using the Trellis.2 GGUF model by Aero-Ex.
Convert a single image into a 3D mesh in one pass, using the Trellis.2 GGUF model by Aero-Ex.
The workflow above is the recommended starting point. It chains the two nodes back-to-back:
1. Generate Mesh — takes an image and produces a geometry-only GLB 2. Texture Mesh — takes the same image and the generated mesh, and bakes textures onto it
Read the full README on GitHub →