Instructions to use CodeGoat24/FLUX.1-dev-PrefGRPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CodeGoat24/FLUX.1-dev-PrefGRPO 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-PrefGRPO", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ image.save("flux-dev.png")
|
|
| 52 |
|
| 53 |
```
|
| 54 |
@article{Pref-GRPO&UniGenBench,
|
| 55 |
-
title={Pref-GRPO: Pairwise Preference Reward-based GRPO for Stable Text-to-Image Reinforcement Learning
|
| 56 |
author={Wang, Yibin and Li, Zhimin and Zang, Yuhang and Zhou, Yujie and Bu, Jiazi and Wang, Chunyu and Lu, Qinglin, and Jin, Cheng and Wang, Jiaqi},
|
| 57 |
journal={arXiv preprint arXiv:2508.20751},
|
| 58 |
year={2025}
|
|
|
|
| 52 |
|
| 53 |
```
|
| 54 |
@article{Pref-GRPO&UniGenBench,
|
| 55 |
+
title={Pref-GRPO: Pairwise Preference Reward-based GRPO for Stable Text-to-Image Reinforcement Learning},
|
| 56 |
author={Wang, Yibin and Li, Zhimin and Zang, Yuhang and Zhou, Yujie and Bu, Jiazi and Wang, Chunyu and Lu, Qinglin, and Jin, Cheng and Wang, Jiaqi},
|
| 57 |
journal={arXiv preprint arXiv:2508.20751},
|
| 58 |
year={2025}
|