Views
No views yet
This repository contains LoRA weights and requires the original MiniMax-H3 model for inference. Actual performance may vary with resolution, video length, software environment, and hardware configuration.
| Checkpoint | Format | Description |
|---|---|---|
minimax_h3_fl2v_turbo_4step_v0.1_768p_sla_bf16.safetensors | LightX2V | Native BF16 LoRA checkpoint for LightX2V inference. |
minimax_h3_fl2v_turbo_4step_v0.1_768p_sla_comfyui_bf16.safetensors | ComfyUI | Converted BF16 LoRA checkpoint for ComfyUI workflows. |
1{
2 "attn_type": "dynamic_sparse_attn",
3 "dynamic_sparse_attn_setting": {
4 "sparsity_ratio": 0.85,
5 "operator": "sage2"
6 },
7 "video_flow_shift": 6.0,
8 "audio_flow_shift": 3.0,
9 "h3_step_update": "training_euler"
10}1@article{zhang2025sla,
2 title={SLA: Beyond Sparsity in Diffusion Transformers via Fine-Tunable Sparse-Linear Attention},
3 author={Zhang, Jintao and Wang, Haoxu and Jiang, Kai and Yang, Shuo and Zheng, Kaiwen and Xi, Haocheng and Wang, Ziteng and Zhu, Hongzhou and Zhao, Min and Stoica, Ion and others},
4 journal={arXiv preprint arXiv:2509.24006},
5 year={2025}
6}