Image-to-Image
English
Junc1i commited on
Commit
9d83790
·
verified ·
1 Parent(s): 95a4e3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -48,4 +48,16 @@ wget -O /path/to/download https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/
48
  # unzip
49
  tar -xzvf "flowinone_demo_dataset.tar.gz" -C "/path/to/flowinone_demo_dataset"
50
  ```
51
- Our training and inference scripts are now available on [GitHub](https://github.com/CSU-JPG/FlowInOne)!
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  # unzip
49
  tar -xzvf "flowinone_demo_dataset.tar.gz" -C "/path/to/flowinone_demo_dataset"
50
  ```
51
+ Our training and inference scripts are now available on [GitHub](https://github.com/CSU-JPG/FlowInOne)!
52
+
53
+ ## Citation
54
+
55
+ If you found our work useful, please consider citing:
56
+ ```
57
+ @article{yi2026flowinoneunifyingmultimodalgenerationimagein,
58
+ title={FlowInOne:Unifying Multimodal Generation as Image-in, Image-out Flow Matching},
59
+ author={Junchao Yi and Rui Zhao and Jiahao Tang and Weixian Lei and Linjie Li and Qisheng Su and Zhengyuan Yang and Lijuan Wang and Xiaofeng Zhu and Alex Jinpeng Wang},
60
+ journal={arXiv preprint arXiv:2604.06757},
61
+ year={2026}
62
+ }
63
+ ```