Add pipeline_tag, library_name, correct Arxiv badge link, and add authors to model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by making the following improvements:
- Adds
pipeline_tag: image-to-image: This will ensure the model is properly categorized and discoverable under the "Image-to-Image" filter on the Hugging Face Hub, reflecting its purpose in motion-centric image editing. - Adds
library_name: diffusers: Evidence fromadapter_config.json(specifyingdiffusers.models.transformers.transformer_qwenimageas the parent library) and mentions in the GitHub README (regardingdiffusersdependencies) confirm compatibility. This addition will enable an automated "How to use" code snippet for thediffuserslibrary, making it easier for users to get started. - Corrects arXiv badge link: The existing badge with "Arxiv-MotionEdit" text was incorrectly linking to the project page. This has been updated to correctly link to the arXiv paper URL:
https://arxiv.org/abs/2512.10284. - Adds Authors section: The author list from the GitHub README has been added to the model card content for better attribution and information.
No other changes to the content or other links (Github repo, project page, usage examples) were necessary as they are already present and correctly formatted.