Views
No views yet
1# Download the repository (skip automatic LFS file downloads)
2GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/Crilias/Kaleido-14B-S2V
3
4# Enter the repository folder
5cd Kaleido-14B-S2V
6
7# Merge the checkpoint files
8python merge_kaleido.py1.
2├── Kaleido-14B-S2V
3│ ├── model
4│ │ └── ....
5│ ├── Wan2.1_VAE.pth
6│ │
7│ └── umt5-xxl
8│ └── ....
9├── configs
10├── sat
11└── sgm1@misc{zhang2025kaleidoopensourcedmultisubjectreference,
2 title={Kaleido: Open-Sourced Multi-Subject Reference Video Generation Model},
3 author={Zhenxing Zhang and Jiayan Teng and Zhuoyi Yang and Tiankun Cao and Cheng Wang and Xiaotao Gu and Jie Tang and Dan Guo and Meng Wang},
4 year={2025},
5 eprint={2510.18573},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2510.18573},
9}