Update README
Browse files
README.md
CHANGED
|
@@ -27,6 +27,7 @@ base_model:
|
|
| 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!
|
|
@@ -98,8 +99,6 @@ python hf_download.py
|
|
| 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 |
|
|
|
|
| 27 |
|
| 28 |
# 🔥 News
|
| 29 |
|
| 30 |
+
- [2026-06-06] We release the post-pretrained [model weights](https://huggingface.co/MSALab/LoomVideo) of LoomVideo!
|
| 31 |
- [2026-06-05] We release LoomVideo [paper](https://arxiv.org/abs/2606.06042) on Arxiv!
|
| 32 |
- [2026-06-02] We release the [codebase](https://github.com/MSALab-PKU/LoomVideo) and [model weights](https://huggingface.co/MSALab/LoomVideo) of LoomVideo!
|
| 33 |
- [2026-06-02] We release the [project page](https://msalab-pku.github.io/projects/LoomVideo/index.html) of LoomVideo!
|
|
|
|
| 99 |
|
| 100 |
You can also specify a custom path via the `--ckpt_path` argument at inference time.
|
| 101 |
|
|
|
|
|
|
|
| 102 |
# 🎬 Inference
|
| 103 |
LoomVideo provides a unified inference script that supports **four generation tasks** through a single entry point. Each task is selected via the `--task` flag.
|
| 104 |
|