Open LaFeuilleMorte opened 3 months ago
Because of the large file size, we are gradually uploading the supervised fine-tuned checkpoints to huggingface. We will also update the readme file for additional features. Please stay tuned.
Here are the links to the checkpoints:
checkpoints for the 125m models are here. checkpoints for the 350m models are here. checkpoints for the 1.3b models are here.
Hi, thank you for your amazing work and open-source code. I have a question, what is the difference between linkA and linkB? linkA = https://huggingface.co/CH3COOK/mesh-xl-125m linkB = https://huggingface.co/CH3COOK/MeshXL-125m-sft
link A is the pre-trained model, while link B are weights for the models fine-tuned on ShapeNet categories.
We have now open-sourced our text-to-mesh generation code and weights. Welcome to try it out!
Hi, Thanks for open source the code for mesh-XL. I tried your sample scripts. However the outputs are some meaningless shapes (For ex. A cube, A long cuboid). Can you provide some conditional sample scripts (At least gen according to category)? Thanks for your reply!