nielsr HF staff commited on
Commit
976c1f4
·
verified ·
1 Parent(s): 5eaf736

Add model card

Browse files

This 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.

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