Update README
Browse files
README.md
CHANGED
|
@@ -20,13 +20,14 @@ base_model:
|
|
| 20 |
</p>
|
| 21 |
|
| 22 |
<p align="center">
|
| 23 |
-
<a href="
|
| 24 |
<a href="https://github.com/MSALab-PKU/LoomVideo" target="_blank"><img src="https://img.shields.io/badge/GitHub-bb8a2e.svg?logo=github" height="22px"></a>
|
| 25 |
<a href="https://msalab-pku.github.io/projects/LoomVideo/index.html" target="_blank"><img src="https://img.shields.io/badge/Project%20Page-333399.svg?logo=homepage" height="22px"></a>
|
| 26 |
</p>
|
| 27 |
|
| 28 |
# 🔥 News
|
| 29 |
|
|
|
|
| 30 |
- [2026-06-02] We release the [codebase](https://github.com/MSALab-PKU/LoomVideo) and [model weights](https://huggingface.co/MSALab/LoomVideo) of LoomVideo!
|
| 31 |
- [2026-06-02] We release the [project page](https://msalab-pku.github.io/projects/LoomVideo/index.html) of LoomVideo!
|
| 32 |
|
|
@@ -97,6 +98,8 @@ python hf_download.py
|
|
| 97 |
|
| 98 |
You can also specify a custom path via the `--ckpt_path` argument at inference time.
|
| 99 |
|
|
|
|
|
|
|
| 100 |
# 🎬 Inference
|
| 101 |
LoomVideo provides a unified inference script that supports **four generation tasks** through a single entry point. Each task is selected via the `--task` flag.
|
| 102 |
|
|
@@ -515,4 +518,13 @@ Jianzong Wu (吴健宗): jzwu@stu.pku.edu.cn
|
|
| 515 |
|
| 516 |
# 📄 Citation
|
| 517 |
|
| 518 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
</p>
|
| 21 |
|
| 22 |
<p align="center">
|
| 23 |
+
<a href="https://arxiv.org/abs/2606.06042" target="_blank"><img src="https://img.shields.io/badge/Paper-b5212f.svg?logo=arxiv" height="22px"></a>
|
| 24 |
<a href="https://github.com/MSALab-PKU/LoomVideo" target="_blank"><img src="https://img.shields.io/badge/GitHub-bb8a2e.svg?logo=github" height="22px"></a>
|
| 25 |
<a href="https://msalab-pku.github.io/projects/LoomVideo/index.html" target="_blank"><img src="https://img.shields.io/badge/Project%20Page-333399.svg?logo=homepage" height="22px"></a>
|
| 26 |
</p>
|
| 27 |
|
| 28 |
# 🔥 News
|
| 29 |
|
| 30 |
+
- [2026-06-05] We release LoomVideo [paper](https://arxiv.org/abs/2606.06042) on Arxiv!
|
| 31 |
- [2026-06-02] We release the [codebase](https://github.com/MSALab-PKU/LoomVideo) and [model weights](https://huggingface.co/MSALab/LoomVideo) of LoomVideo!
|
| 32 |
- [2026-06-02] We release the [project page](https://msalab-pku.github.io/projects/LoomVideo/index.html) of LoomVideo!
|
| 33 |
|
|
|
|
| 98 |
|
| 99 |
You can also specify a custom path via the `--ckpt_path` argument at inference time.
|
| 100 |
|
| 101 |
+
> 💡 Stage 3 model weights are now available. Higher-performance post-trained weights will be released as soon as possible!
|
| 102 |
+
|
| 103 |
# 🎬 Inference
|
| 104 |
LoomVideo provides a unified inference script that supports **four generation tasks** through a single entry point. Each task is selected via the `--task` flag.
|
| 105 |
|
|
|
|
| 518 |
|
| 519 |
# 📄 Citation
|
| 520 |
|
| 521 |
+
If you find our work helpful, please consider giving us a ⭐ on this repo and citing our paper as follows:
|
| 522 |
+
|
| 523 |
+
```bibtex
|
| 524 |
+
@article{wu2026loomvideo,
|
| 525 |
+
title={LoomVideo: Unifying Multimodal Inputs into Video Generation and Editing},
|
| 526 |
+
author={Wu, Jianzong and Lian, Hao and Yang, Jiongfan and Hao, Dachao and Tian, Ye and Tong, Yunhai and Zhu, Jingyuan and Chen, Biaolong and Qi, Qiaosong and Zhang, Aixi and He, Wanggui and Liu, Mushui and Jiang, Hao},
|
| 527 |
+
journal={arXiv preprint arXiv:2606.06042},
|
| 528 |
+
year={2026}
|
| 529 |
+
}
|
| 530 |
+
```
|