Instructions to use CodeGoat24/FLUX.1-dev-UnifiedReward-Flex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CodeGoat24/FLUX.1-dev-UnifiedReward-Flex with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CodeGoat24/FLUX.1-dev-UnifiedReward-Flex", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ For further details, please refer to the following resources:
|
|
| 38 |
```bibtex
|
| 39 |
@article{unifiedreward-flex,
|
| 40 |
title={Unified Personalized Reward Model for Vision Generation},
|
| 41 |
-
author={Wang, Yibin and Zang, Yuhang and Han, Feng and
|
| 42 |
journal={arXiv preprint arXiv:2602.02380},
|
| 43 |
year={2026}
|
| 44 |
}
|
|
|
|
| 38 |
```bibtex
|
| 39 |
@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 |
}
|