Update pipeline tag, add library name, and expand model card for GeoMVD

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for GeoMVD by:

  • Updating the pipeline_tag from image-to-image to image-to-3d to accurately reflect the model's capability in multi-view generation for 3D reconstruction.
  • Adding library_name: diffusers to enable the "how to use" widget, as the model's architecture (identified in model_index.json) is compatible with the diffusers library.
  • Expanding the model description with an introductory summary and the full paper abstract.
  • Adding direct links via badges to the Hugging Face paper page, the project page, and the GitHub repository.
  • Including the installation instructions and a detailed "How to Use" section with code snippets directly from the GitHub README to guide users on inference.
  • Incorporating the citation and acknowledgements sections for proper attribution.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment