nielsr HF Staff commited on
Commit
ceeac6e
·
verified ·
1 Parent(s): 2282caf

Add pipeline tag to model card

Browse files

This PR improves the model card by adding the `pipeline_tag: text-to-image` to the metadata. This will enable better discoverability of the model on the Hugging Face Hub, allowing users to filter models by this pipeline tag.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: mit
 
3
  ---
4
 
5
  # Semantics Lead the Way: Harmonizing Semantic and Texture Modeling with Asynchronous Latent Diffusion
@@ -75,4 +76,4 @@ Explicitly **leading semantics ahead of textures with a moderate offset (Δt = 0
75
  journal={arXiv preprint arXiv:2512.04926},
76
  year={2025}
77
  }
78
-
 
1
  ---
2
  license: mit
3
+ pipeline_tag: text-to-image
4
  ---
5
 
6
  # Semantics Lead the Way: Harmonizing Semantic and Texture Modeling with Asynchronous Latent Diffusion
 
76
  journal={arXiv preprint arXiv:2512.04926},
77
  year={2025}
78
  }
79
+ ```