LingBot-Video-Lighx2v
Collection
1 item β’ Updated β’ 1
Few-step distilled LoRA checkpoints for LingBot-Video, accelerated by LightX2V.
LightLingBot-Video provides distilled LoRA checkpoints for fast LingBot-Video inference. The same LoRA configuration supports text-to-video (T2V), text-to-image (T2I), and image-to-video (I2V) generation.
git clone https://github.com/ModelTC/LightX2V.git
cd LightX2V
python3 -m pip install -e .
Follow the LightX2V installation guide to install the optional acceleration dependencies required by your hardware.
Download the LingBot-Video base model and the distilled LoRA repository:
huggingface-cli download robbyant/lingbot-video-moe-30b-a3b \
--local-dir /path/to/LingBot-Video
huggingface-cli download lightx2v/LightLingBot-Video \
--local-dir /path/to/LightLingBot-Video
Before inference:
model_path in the corresponding script under
scripts/lingbot_video/.configs/lingbot_video/lingbot_video_lora.json.CUDA_VISIBLE_DEVICES in the script if needed.image_path in the I2V script.Run the following commands from the LightX2V repository root. These commands
use the shell scripts under scripts/lingbot_video; no examples entry point
is required.
bash scripts/lingbot_video/run_lingbot_video_t2v.sh
bash scripts/lingbot_video/run_lingbot_video_t2i.sh
bash scripts/lingbot_video/run_lingbot_video_i2v.sh
| Setting | Base model | Distilled LoRA |
|---|---|---|
| Inference steps | 40 | 4 |
| LoRA strength | β | 1.0 |
| Resolution | 832 Γ 480 | 832 Γ 480 |
| Guidance scale | 3.0 | 1.0 |
| Sample shift | 3.0 | 3.0 |
| Method | Sample 1 | Sample 2 | Sample 3 |
|---|---|---|---|
| 40 steps | |||
| 4-step LoRA v1 | |||
| 4-step LoRA v2 |
| Method | Sample 1 | Sample 2 | Sample 3 | Sample 4 |
|---|---|---|---|---|
| 40 steps | ![]() |
![]() |
![]() |
![]() |
| 4-step LoRA v1 | ![]() |
![]() |
![]() |
![]() |
| 4-step LoRA v2 | ![]() |
![]() |
![]() |
![]() |
| Method | Sample 1 | Sample 2 | Sample 3 | Sample 4 |
|---|---|---|---|---|
| 40 steps | ||||
| 4-step LoRA v1 | ||||
| 4-step LoRA v2 |
scripts/lingbot_video/.configs/lingbot_video/lingbot_video_lora.json.If you find this project helpful, please give LightX2V a β.
Base model
robbyant/lingbot-video-moe-30b-a3b