Improve model card, add link to paper, pipeline tag
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: any-to-any
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the model described in [OmniFlow: Any-to-Any Generation with Multi-Modal Rectified Flows](https://huggingface.co/papers/2412.01169).
|
7 |
+
|
8 |
+
Code: https://github.com/jacklishufan/OmniFlows
|