Improve model card: Add Diffusers library name and project page link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
library_name: diffusersto the metadata, as the inference snippet utilizesdiffusers.utils.load_image. - Integrating the project page link (
https://gojasper.github.io/latent-bridge-matching/) into the model card content, making it easier for users to find additional information.
The existing arXiv paper link has been kept as per the documentation guidelines.