Add library_name and pipeline_tag metadata (#4)
Browse files- Add library_name and pipeline_tag metadata (7fd01a5d28a95b2b00549b2e8424a40c89ef9aaa)
Co-authored-by: Niels Rogge <[email protected]>
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
|