Add model card
Browse filesThis PR adds a model card by linking it to the paper [Flowing from Words to Pixels: A Framework for Cross-Modality Evolution](https://huggingface.co/papers/2412.15213).
It also adds a relevant pipeline tag, and link to the Github repository.
Please review and merge this PR if everything looks good.
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
---
|
6 |
+
|
7 |
+
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).
|
8 |
+
|
9 |
+
Code: https://github.com/qihao067/CrossFlow.
|
10 |
+
```
|