Add model card
#1
by
nielsr
HF staff
- opened
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 |
+
```
|