QHL067 commited on
Commit
aa2a02f
·
verified ·
1 Parent(s): 57a85ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,6 +3,15 @@ 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.
 
 
 
 
 
 
 
 
3
  pipeline_tag: text-to-image
4
  ---
5
 
6
+ # CrossFlow
7
+
8
  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).
9
 
10
+ > Flowing from Words to Pixels: A Noise-Free Framework for Cross-Modality Evolution
11
+ >
12
+ > CVPR 2025 Highlight
13
+ >
14
+ > [Qihao Liu](https://qihao067.github.io/) | [Xi Yin](https://xiyinmsu.github.io/) | [Alan Yuille](https://cogsci.jhu.edu/directory/alan-yuille/) | [Andrew Brown](https://www.robots.ox.ac.uk/~abrown/) | [Mannat Singh](https://ai.meta.com/people/1287460658859448/mannat-singh/)
15
+ >
16
+ > [[project page](https://cross-flow.github.io/)] | [[huggingface demo](https://huggingface.co/spaces/QHL067/CrossFlow)] | [[paper](https://arxiv.org/pdf/2412.15213)] | [[arxiv](https://arxiv.org/abs/2412.15213)]
17
+