Improve model card: add pipeline tag, library name, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-to-imageto improve discoverability on the Hugging Face Hub, allowing users to find the model via relevant filters. - Adding
library_name: diffusers, indicating compatibility and guiding users on which library to use for inference. - Introducing a "Sample Usage" section to provide a clear path for users to get started with the model, referencing the official GitHub repository for detailed code and instructions.