Add pipeline tag and library name to model card
#1
by
nielsr HF Staff - opened
This PR adds the pipeline_tag and library_name to the model card YAML metadata. The pipeline_tag is set to image-to-image as the model performs image-to-image generation tasks as described in the paper abstract and the provided code snippets. The library_name is set to diffusers because the model's configuration files are clearly structured for use with the Hugging Face Diffusers library.