Apple MLX bf16 weights for LongCat-Video-Avatar-1.5 —
Meituan's audio-driven video diffusion model — with the DMD step-distillation
LoRA published as a separate file for runtime merging. Use this variant if
you want to switch between the 50-step base inference path and the 8-step DMD
distilled path at runtime, or to experiment with custom LoRA strengths.
Conversion recipe: recipes/convert_longcat_avatar.py.
Run with --variant base --out <dir> to reproduce these weights from
Meituan's PT sources.
Numerical conventions preserved from upstream
Same as the merged variant. See the dmd-merged card
for the full list (_FP32 norms, velocity flip, disentangled CFG combiner,
scheduler sentinel sigma fix).
License
MIT. Matches upstream Meituan LongCat-Video license. Full attribution in
LICENSE.
Citation
bibtex
1@misc{longcat-avatar-mlx,
2 title = {longcat-avatar-mlx: Apple MLX port of LongCat-Video-Avatar-1.5},
3 author = {xocialize},
4 year = {2026},
5 url = {https://github.com/xocialize/longcat-avatar-mlx},
6}
78@techreport{meituan2026longcat,
9 title = {LongCat-Video-Avatar 1.5 Technical Report},
10 author = {Meituan LongCat Team},
11 institution = {Meituan},
12 year = {2026},
13 url = {https://github.com/meituan-longcat/LongCat-Video},
14}