Views
No views yet

OminiControl: Minimal and Universal Control for Diffusion Transformer
Zhenxiong Tan, Songhua Liu, Xingyi Yang, Qiaochu Xue, and Xinchao Wang
xML Lab, National University of Singapore
OminiControl2: Efficient Conditioning for Diffusion Transformers
Zhenxiong Tan, Qiaochu Xue, Xingyi Yang, Songhua Liu, and Xinchao Wang
xML Lab, National University of Singapore
1conda create -n omini python=3.12
2conda activate ominipip install -r requirements.txtexamples/subject.ipynbexamples/inpainting.ipynbexamples/spatial.ipynbthis item, the object, or it. e.g.















| Model | Base model | Description | Resolution |
|---|---|---|---|
experimental / subject | FLUX.1-schnell | The model used in the paper. | (512, 512) |
omini / subject_512 | FLUX.1-schnell | The model has been fine-tuned on a larger dataset. | (512, 512) |
omini / subject_1024 | FLUX.1-schnell | The model has been fine-tuned on a larger dataset and accommodates higher resolution. | (1024, 1024) |
oye-cartoon | FLUX.1-dev | The model has been fine-tuned on oye-cartoon dataset by @saquib764 | (512, 512) |
| Model | Base model | Description | Resolution |
|---|---|---|---|
experimental / <task_name> | FLUX.1 | Canny edge to image, depth to image, colorization, deblurring, in-painting | (512, 512) |
FLUX.1-dev.@article{tan2025ominicontrol,
title={OminiControl: Minimal and Universal Control for Diffusion Transformer},
author={Tan, Zhenxiong and Liu, Songhua and Yang, Xingyi and Xue, Qiaochu and Wang, Xinchao},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
year={2025}
}
@article{tan2025ominicontrol2,
title={OminiControl2: Efficient Conditioning for Diffusion Transformers},
author={Tan, Zhenxiong and Xue, Qiaochu and Yang, Xingyi and Liu, Songhua and Wang, Xinchao},
journal={arXiv preprint arXiv:2503.08280},
year={2025}
}