Add model card with metadata, links, and sample usage

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for the Sketch3DVE model by adding crucial information for better discoverability and usability.

Key additions include:

  • The pipeline_tag: image-to-video, which correctly categorizes the model's functionality for video editing from image inputs.
  • The library_name: diffusers, indicating compatibility with the Hugging Face Diffusers library, confirmed by the model's CogVideoControlNetModel class.
  • Links to the original research paper and the project homepage, which also serves as the code repository.
  • The full paper abstract to provide comprehensive context about the model's capabilities and methodology.
  • A conceptual Sample Usage code snippet, demonstrating how this ControlNet model can be loaded and integrated within a diffusers pipeline, aiding developers in its programmatic use.

These improvements will make the model more accessible and useful to the community.

flashlizard changed pull request status to merged

That's great. Thank you

Could you take a look at the generated code in the model card? It looks to be hallucinated. Feel free to adjust if it's not compatible with the Diffusers library.

OK, I have updated it.

Sign up or log in to comment