Improve model card: Add metadata, links, and description for CVD-STORM
#18
by nielsr HF Staff - opened
This PR significantly enhances the model card for CVD-STORM by:
- Adding
pipeline_tag: text-to-3d: This categorizes the model correctly on the Hugging Face Hub, aligning with its 4D reconstruction capabilities for scene understanding. - Adding
library_name: diffusers: This enables automated code snippets for users, as the model demonstrates compatibility with Stable Diffusion architectures (SD 2.1, 3.0, 3.5) which are well-integrated with thediffuserslibrary. - Providing comprehensive links: Includes direct links to the paper, project page, and the GitHub repository for detailed information and code.
- Enriching the description: Provides a more detailed overview of the model's functionality and purpose, drawing from the paper's abstract and the project's GitHub README.
- Adding usage information: Guides users to the GitHub repository for detailed installation and inference examples.
- Including citation information: Adds the suggested citation from the original project.
Please review and merge this PR.