nielsr HF Staff commited on
Commit
7fd01a5
·
verified ·
1 Parent(s): 0473dd0

Add library_name and pipeline_tag metadata

Browse files

This PR adds the `library_name: diffusers` and `pipeline_tag: text-to-image` metadata tags to the model card. This ensures the model is correctly categorized on the Hugging Face Hub, improving its discoverability through searches and filters (e.g., searching for text-to-image models). The `library_name` tag also adds a "How to use" button to the model page, making it easier for users to find code examples and integrate the model into their projects.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # Exploring the Deep Fusion of Large Language Models and Diffusion Transformers for Text-to-Image Synthesis
 
1
  ---
2
  license: apache-2.0
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
  ---
6
 
7
  # Exploring the Deep Fusion of Large Language Models and Diffusion Transformers for Text-to-Image Synthesis