Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 874 Bytes

File metadata and controls

13 lines (9 loc) · 874 Bytes

Example: Image to a printable 3D model

include

  • comfyUI workflow .json annotated

Hunyuan 3D

This workflow uses the Hunuan 3D model. The model card can be found here.

Conversion from .GLB to .STL

Meshlab is an open source Swiss Army knife for working with pointclouds and meshes. It can import and export a wide variety of formats, so it's a great conversion tool.

Cleanup

A useful online tool for repairing .STL files is FormWare Free Online stl repair. This tool ensures the mesh is watertight, surface normals are oriented correctly, surfaces are manifold, and so on... all the things that slicing software wants for a clean 3D print. Recommended for all models generated, if you intent them to be 3D-printable.