Model reference · open weights
Wan2.1-Fun-Reward-LoRAs is an open-weight video model from alibaba-pai. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | alibaba-pai |
|---|---|
| Type | Video models |
| Task | Text→video |
| Runs with | videox_fun |
| Released | 2025-03-31 |
| Popularity | 4k downloads / month |
| Licence | Open weights |
About
We explore the Reward Backpropagation technique 1 2 to optimized the generated videos by Wan2.1-Fun for better alignment with human preferences. We provide the following pre-trained models (i.e. LoRAs) along with the training script. You can use these LoRAs to enhance the corresponding base model as a plug-in or train your own reward LoRA.
For more details, please refer to our GitHub repo.
| Name | Base Model | Reward Model | Hugging Face | Description |
|---|---|---|---|---|
| Wan2.1-Fun-1.3B-InP-HPS2.1.safetensors | Wan2.1-Fun-1.3B-InP | HPS v2.1 | 🤗Link | Official HPS v2.1 reward LoRA (rank=128 and network_alpha=64) for Wan2.1-Fun-1.3B-InP. It is trained with a batch size of 8 for 5,000 steps. |
| Wan2.1-Fun-1.3B-InP-MPS.safetensors | Wan2.1-Fun-1.3B-InP | MPS | 🤗Link | Official MPS reward LoRA (rank=128 and network_alpha=64) for Wan2.1-Fun-1.3B-InP. It is trained with a batch size of 8 for 7,500 steps. |
| Wan2.1-Fun-14B-InP-HPS2.1.safetensors | Wan2.1-Fun-14B-InP | HPS v2.1 | 🤗Link | Official HPS v2.1 reward LoRA (rank=128 and network_alpha=64) for Wan2.1-Fun-14B-InP. It is trained with a batch size of 32 for 3,000 steps. |
| Wan2.1-Fun-14B-InP-MPS.safetensors | Wan2.1-Fun-14B-InP | MPS | 🤗Link | Official MPS reward LoRA (rank=128 and network_alpha=64) for Wan2.1-Fun-14B-InP. It is trained with a batch size of 8 for 4,500 steps. |
A kangaroo bounds across the plain and a cow grazes
A penguin waddles on the ice, a camel treks by
Porcelain rabbit hopping by a golden cactus
Pig with wings flying above a diamond mountain
[!NOTE] The above test prompts are from T2V-CompBench and expanded into detailed prompts by Llama-3.3. Videos are generated with HPSv2.1 Reward LoRA weight 0.5 and MPS Reward LoRA weight 0.7.
A panda eats bamboo while a monkey swings from branch to branch
A dog runs through a field while a cat climbs a tree
Elderly artist with a white beard painting on a white canvas
Pig with wings flying above a diamond mountain
[!NOTE] The above test prompts are from T2V-CompBench and expanded into detailed prompts by Llama-3.3. Videos are generated with HPSv2.1 Reward LoRA weight 0.7 and MPS Reward LoRA weight 0.7.
Set lora_path and lora_weight in examples/wan2.1_fun/predict_t2v.py.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys wan2-1-fun-reward-loras for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (wan2-1-fun-reward-loras below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"wan2-1-fun-reward-loras","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.