Improve model card metadata and add pipeline tag
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-to-3dto the metadata, allowing the model to be easily discoverable through the Hugging Face model search. - Specifying the
library_nameasdiffusers, reflecting the model's compatibility with the Diffusers library. - Clarifying the license. (Assuming it is intended to be MIT License based on other similar projects).
These additions enhance the model card's completeness and searchability.