Add metadata for license, library_name, and pipeline_tag

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the community team at Hugging Face.

This pull request improves the discoverability of your model by adding the following metadata to the model card:

  • pipeline_tag: image-to-image: This identifies the super-resolution task.
  • library_name: diffusers: Based on the UNet2DConditionModel and AutoencoderKL configurations found in the repository.
  • license: apache-2.0: As specified in your repository.

I've also linked the model to its research paper on the Hugging Face Hub. Great work on GDPO-SR!

Joypop changed pull request status to merged

Thank you for your suggestion.

Sign up or log in to comment