Enhance model card for Wonder3D++ with metadata, links, abstract, and usage
#5
by nielsr HF Staff - opened
This PR significantly enhances the model card for Wonder3D++ by:
- Adding
pipeline_tag: image-to-3dfor improved discoverability on the Hub. - Specifying
library_name: diffusersto enable the "how to use" widget, supported by the model's internal configuration and usage examples. - Retaining the
license: agpl-3.0as per the existing model card and the majority vote from colleagues. - Linking to the paper: Wonder3D++: Cross-domain Diffusion for High-fidelity 3D Generation from a Single Image.
- Including links to the official GitHub repository:
https://github.com/xxlong0/Wonder3D/tree/Wonder3D_Plus, project page:https://www.xxlong.site/Wonder3D/, and Hugging Face demo:https://huggingface.co/spaces/flamehaze1115/Wonder3D-demo. - Adding the paper's abstract to provide context about the model.
- Adding a sample usage section with a code snippet directly from the GitHub README to guide users.