CoolFace
Modelpublic

CodeGoat24/FLUX.1-dev-UnifiedReward-Flex

sourceHugging Facemitupdated 8mo agoView on Hugging Face
3likes49downloads
README.md45 linesDownload Raw Back to root
1---2library_name: diffusers3license: mit4pipeline_tag: text-to-image5base_model:6- black-forest-labs/FLUX.1-dev7---8 9# Model Summary10This model is GRPO trained using [UnifiedReward-Flex](https://huggingface.co/collections/CodeGoat24/unifiedreward-flex) as reward on the training dataset of [UniGenBench](https://github.com/CodeGoat24/UniGenBench).11 12๐Ÿš€ The inference code is available at [Github](https://github.com/CodeGoat24/Pref-GRPO/blob/main/inference/flux_dist_infer.sh).13 14 15For further details, please refer to the following resources:16- ๐Ÿ“ฐ Paper: https://arxiv.org/abs/2602.0238017- ๐Ÿช Project Page: https://codegoat24.github.io/UnifiedReward/flex18- ๐Ÿค— Model Collections: https://huggingface.co/collections/CodeGoat24/unifiedreward-flex19- ๐Ÿค— Dataset: https://huggingface.co/datasets/CodeGoat24/UnifiedReward-Flex-SFT-90K20- ๐Ÿ‘‹ Point of Contact: [Yibin Wang](https://codegoat24.github.io)21 22# Qualitative Results23![image](https://cdn-uploads.huggingface.co/production/uploads/654c6845bac6e6e49895a5b5/6BCPeZmjBpATJfBpfh-WX.png)24 25 26 27![image](https://cdn-uploads.huggingface.co/production/uploads/654c6845bac6e6e49895a5b5/lx0bXWyXT60zUaYz3vTNe.png)28 29 30# Quantitative Results31![image](https://cdn-uploads.huggingface.co/production/uploads/654c6845bac6e6e49895a5b5/42ojNtAOR9Krj5RYPSdfB.png)32 33 34 35 36## Citation37 38```bibtex39@article{unifiedreward-flex,40  title={Unified Personalized Reward Model for Vision Generation},41  author={Wang, Yibin and Zang, Yuhang and Han, Feng and Bu, Jiazi and Zhou, Yujie and Jin, Cheng and Wang, Jiaqi},42  journal={arXiv preprint arXiv:2602.02380},43  year={2026}44}45```