Instructions to use CodeGoat24/Wan2.1-T2V-14B-UnifiedReward-Flex-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CodeGoat24/Wan2.1-T2V-14B-UnifiedReward-Flex-lora 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/Wan2.1-T2V-14B-UnifiedReward-Flex-lora", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ For further details, please refer to the following resources:
|
|
| 29 |
```bibtex
|
| 30 |
@article{unifiedreward-flex,
|
| 31 |
title={Unified Personalized Reward Model for Vision Generation},
|
| 32 |
-
author={Wang, Yibin and Zang, Yuhang and Han, Feng and
|
| 33 |
journal={arXiv preprint arXiv:2602.02380},
|
| 34 |
year={2026}
|
| 35 |
}
|
|
|
|
| 29 |
```bibtex
|
| 30 |
@article{unifiedreward-flex,
|
| 31 |
title={Unified Personalized Reward Model for Vision Generation},
|
| 32 |
+
author={Wang, Yibin and Zang, Yuhang and Han, Feng and Bu, Jiazi and Zhou, Yujie and Jin, Cheng and Wang, Jiaqi},
|
| 33 |
journal={arXiv preprint arXiv:2602.02380},
|
| 34 |
year={2026}
|
| 35 |
}
|