nielsr HF Staff commited on
Commit
edf3433
·
verified ·
1 Parent(s): 58d8d48

Add pipeline tag and library name

Browse files

This PR enhances the model card by adding the `pipeline_tag` and `library_name` to the metadata.

- The `pipeline_tag: image-to-image` ensures the model is discoverable through the Hugging Face Hub's pipeline filters for image generation and manipulation tasks.
- The `library_name: diffusers` enables the automated "how to use" code snippet for the `diffusers` library, making it easier for users to get started with the model.

Please review and merge if these additions are accurate.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  # Implementation of FLUX-Text
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-to-image
4
+ library_name: diffusers
5
  ---
6
 
7
  # Implementation of FLUX-Text