Add model card (#1)
Browse files- Add model card (976c1f4813642b9ae025eff6eefae886d6e50f52)
- Update README.md (fe4fe2c99c05e52e46be3c84a5ac89c580cfada7)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the model described in the paper [Flowing from Words to Pixels: A Framework for Cross-Modality Evolution](https://huggingface.co/papers/2412.15213).
|
7 |
+
|
8 |
+
Code: https://github.com/qihao067/CrossFlow.
|
9 |
+
```
|