Add pipeline tag and link to paper
#4
by
nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: any-to-anyto the metadata for better discoverability of multimodal models. - Updating the paper source link to point to the official Hugging Face paper page.
- Adding a link to the project page.
- Adding a sample usage section with an inference command sourced from the GitHub README.
- Removing
library_name: diffusersfrom the metadata as the official repository currently lists Diffusers integration as a "TODO" item.