Add pipeline tag to model card
#1
by
nielsr
HF Staff
- opened
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 |
+
```
|