Downloads · 30 days
24
36% of all-time downloads
CSU-JPG/FlowInOne
FlowInOne is a image-to-image model from CSU-JPG. Use it when you need one image transformed into another. The card lists the license as apache-2.0.
<div align="center" <h2 align="center" style="margin-top: 0; margin-bottom: 15px;" <span style="color:0052CC"F</span<span style="color:135FD0"l</span<span style="color:266CD4"o</span<span style="color:3979D7"w</span<s…
Downloads · 30 days
24
36% of all-time downloads
All-time downloads
67
Public
Repo size
12.3 GB
Likes
14
Public
Click a slice to open those files.
.pth6.8 GB · 60%
From the Hugging Face model README
We present FlowInOne, a framework that reformulates multimodal generation as a purely visual flow, converting all inputs into visual prompts and enabling a clean image-in, image-out pipeline governed by a single flow matching model. This vision-centric formulation naturally eliminates cross-modal alignment bottlenecks, noise scheduling, and task-specific architectural branches, unifying text-to-image generation, layout-guided editing, and visual instruction following under one coherent paradigm. Extensive experiments demonstrate that FlowInOne achieves state-of-the-art performance across all unified generation tasks, surpassing both open-source models and competitive commercial systems, establishing a new foundation for fully vision-centric generative modeling where perception and creation coexist within a single continuous visual space.
you can download the model weights and model preparation
# model weights
wget -O /path/to/download https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/flowinone_256px.pth
# model preparation
wget -O /path/to/download https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/preparation.tar.gz
# unzip
tar -xzvf "preparation.tar.gz" -C "/path/to/preparation"
you can download the dataset examples
wget -O /path/to/download https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/flowinone_demo_dataset.tar.gz
# unzip
tar -xzvf "flowinone_demo_dataset.tar.gz" -C "/path/to/flowinone_demo_dataset"
Our training and inference scripts are now available on GitHub!
If you found our work useful, please consider citing:
@article{yi2026flowinoneunifyingmultimodalgenerationimagein,
title={FlowInOne:Unifying Multimodal Generation as Image-in, Image-out Flow Matching},
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},
journal={arXiv preprint arXiv:2604.06757},
year={2026}
}