Image-to-Image
English
nielsr HF Staff commited on
Commit
7ec1eea
·
verified ·
1 Parent(s): 15e2954

Add library_name to metadata

Browse files

This PR adds the `library_name` tag to the model card metadata. The model uses the `diffusers` library, so this tag will help users easily identify the appropriate framework for using this model.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ license: other
9
  license_name: flux.1-dev-non-commercial-license
10
  license_link: LICENSE
11
  pipeline_tag: image-to-image
 
12
  ---
13
 
14
  [![Paper](https://img.shields.io/badge/%20arXiv-Paper-red)](https://arxiv.org/abs/2506.03107)
 
9
  license_name: flux.1-dev-non-commercial-license
10
  license_link: LICENSE
11
  pipeline_tag: image-to-image
12
+ library_name: diffusers
13
  ---
14
 
15
  [![Paper](https://img.shields.io/badge/%20arXiv-Paper-red)](https://arxiv.org/abs/2506.03107)