wyysf-98 / CraftsMan3D

CraftsMan: High-fidelity Mesh Generation with 3D Native Diffusion and Interactive Geometry Refiner
https://craftsman3d.github.io/
443 stars 24 forks source link

Support Texture #31

Open sekkit opened 1 week ago

sekkit commented 1 week ago

In your sample, the texture looks good. But when running the code locally, the texture is missing.

wyysf-98 commented 1 week ago

Hi,

The texture part is not open-source yet and we only support call API to texture the generated mesh. I will add some code about texture part in inference.py in the future.

Best, Weiyu