nielsr HF staff commited on
Commit
4a3f76e
·
verified ·
1 Parent(s): ef579dd

Improve model card, add link to paper, pipeline tag

Browse files

This PR ensures the model can be found at https://huggingface.co/papers/2412.01169 as well as at https://huggingface.co/models?pipeline_tag=any-to-any&sort=trending.

Files changed (1) hide show
  1. README.md +8 -3
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