Improve model card: Add pipeline tag, library name, and Hugging Face paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Promoting the
text-to-imagetag to a top-levelpipeline_tagfor improved discoverability on the Hub. - Adding
library_name: diffusersto the metadata, which enables the "How to use" widget with an automated code snippet fordiffusersusage. This is based on evidence from the repository'smodel_index.jsonfiles indicatingdiffuserscompatibility. - Updating the paper links within the model card content to point to the official Hugging Face paper page: Paris: A Decentralized Trained Open-Weight Diffusion Model.
Please review and merge if these improvements are satisfactory.
@nielsr
thanks for your suggestion! I think our framework is not compatible with diffusers as we have multiple experts and a router while diffusers would expect a single denoising model, afaik.
nielsr
changed pull request status to
closed