LoRA (Low-Rank Adaptation) is an efficient model fine-tuning technique that significantly reduces the number of trainable parameters through low-rank matrix decomposition. LightX2V fully supports LoRA technology, including LoRA inference, LoRA extraction, and LoRA merging functions.
## 🎯 LoRA Technical Features
-**Efficient Fine-tuning**: Dramatically reduces training parameters through low-rank adaptation
-**Flexible Deployment**: Supports dynamic loading and removal of LoRA weights
-**Multiple Formats**: Supports various LoRA weight formats and naming conventions
-**Comprehensive Tools**: Provides complete LoRA extraction and merging toolchain
Specify through [config file](wan_t2v_distill_4step_cfg_lora.json), modify the startup command in [scripts/server/start_server.sh](https://github.com/ModelTC/lightx2v/blob/main/scripts/server/start_server.sh):