Improve model card: Update pipeline tag, add library name, abstract, and paper link
#1
by nielsr HF Staff - opened
This PR enhances the model card for Harmon-1.5B-RecA-plus by:
- Updating the
pipeline_tagfromany-to-anytotext-to-imagein the metadata, which better reflects the model's primary capability and improves discoverability at https://huggingface.co/models?pipeline_tag=text-to-image. - Adding
library_name: diffusersto the metadata, enabling the automated "how to use" widget on the model page, based on the_diffusers_versionfound inconfig.json. - Including the paper abstract under a new `
sanaka87 changed pull request status to merged