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-image tag to a top-level pipeline_tag for improved discoverability on the Hub.
  • Adding library_name: diffusers to the metadata, which enables the "How to use" widget with an automated code snippet for diffusers usage. This is based on evidence from the repository's model_index.json files indicating diffusers compatibility.
  • 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 looks like it already has the correct pipeline & library tags :) I think this PR could be changed to be for the HF paper link only

@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.

Ok thanks, @bazingagin feel free to update the paper link, I'll close this one.

nielsr changed pull request status to closed

Sign up or log in to comment