Skip to content

Commit a3e2b53

Browse files
committed
docs: add links to LightX2V repository
- Replace all LightX2V references with links to https://github.com/ModelTC/LightX2V - Improve discoverability of LightX2V inference framework
1 parent 3b11b74 commit a3e2b53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ output = pipe(
259259
export_to_video(output, "output.mp4", fps=15)
260260
```
261261

262-
**Using LightX2V** (for accelerated inference):
262+
**Using [LightX2V](https://github.com/ModelTC/LightX2V)** (for accelerated inference):
263263

264264
```python
265265
import torch
@@ -283,9 +283,9 @@ merged_model_path = "path/to/merged_model"
283283
pipe.save_pretrained(merged_model_path)
284284
```
285285

286-
After merging, you can directly use **LightX2V** for accelerated inference. See the [LightX2V inference script](https://github.com/ModelTC/LightX2V/blob/main/scripts/wan/run_wan_t2v.sh) for example usage.
286+
After merging, you can directly use **[LightX2V](https://github.com/ModelTC/LightX2V)** for accelerated inference. See the [LightX2V inference script](https://github.com/ModelTC/LightX2V/blob/main/scripts/wan/run_wan_t2v.sh) for example usage.
287287

288-
> 💡 **Note**: LoRA adapters saved by GenRL are fully compatible with the PEFT library, allowing seamless integration with standard diffusers workflows and third-party inference frameworks like LightX2V.
288+
> 💡 **Note**: LoRA adapters saved by GenRL are fully compatible with the PEFT library, allowing seamless integration with standard diffusers workflows and third-party inference frameworks like [LightX2V](https://github.com/ModelTC/LightX2V).
289289
290290
---
291291

@@ -434,7 +434,7 @@ logs/
434434
- Integrate more **GRPO-family** variants and related online RL algorithms
435435
- Add DPO / OnlineDPO, SFT / OnlineSFT style objectives alongside GRPO-style training
436436
- **Rollout & parallelism**
437-
- Integrate **LightX2V** inference framework for accelerated rollout
437+
- Integrate **[LightX2V](https://github.com/ModelTC/LightX2V)** inference framework for accelerated rollout
438438
- Multi-level parallel rollout (e.g., **SP**, **HSDP**) for better hardware utilization
439439
- **Asynchronous rollout** workers with decoupled sampling/training pipelines
440440
- Improved multi-node orchestration utilities and monitoring for large-scale runs

0 commit comments

Comments
 (0)