Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- Wan-AI/Wan2.2-TI2V-5B
|
|
|
|
| 4 |
tags:
|
|
|
|
| 5 |
- perspective-to-360
|
| 6 |
extra gated eu disallowed: true
|
| 7 |
language:
|
|
@@ -18,7 +20,7 @@ pipeline_tag: video-to-video
|
|
| 18 |
|
| 19 |
**TL;DR**: Generate one cubemap face per time window with an effective and efficient context mechanism. Then, perspective video becomes 4K 360° without the memory blow‑up or the low‑res‑then‑upscale.
|
| 20 |
|
| 21 |
-
For more details, please visit our [project page](https://lg-li.github.io/project/cubecomposer/) and [GitHub repo](https://github.com/TencentARC/CubeComposer).
|
| 22 |
|
| 23 |
### Model variants
|
| 24 |
|
|
@@ -27,6 +29,19 @@ We provide two variants of CubeComposer in this repo:
|
|
| 27 |
- cubecomposer-3k: supports 2K/3K generation, cubemap size = 512/768, temporal window length = 9 frames.
|
| 28 |
- cubecomposer-4k: supports 4K generation, cubemap size = 960, temporal window length = 5 frames.
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
### License
|
| 31 |
|
| 32 |
This repository is released under the terms of the [LICENSE file](./LICENSE).
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- Wan-AI/Wan2.2-TI2V-5B
|
| 4 |
+
library_name: diffusion-single-file
|
| 5 |
tags:
|
| 6 |
+
- diffusion
|
| 7 |
- perspective-to-360
|
| 8 |
extra gated eu disallowed: true
|
| 9 |
language:
|
|
|
|
| 20 |
|
| 21 |
**TL;DR**: Generate one cubemap face per time window with an effective and efficient context mechanism. Then, perspective video becomes 4K 360° without the memory blow‑up or the low‑res‑then‑upscale.
|
| 22 |
|
| 23 |
+
For more details, please visit our [project page](https://lg-li.github.io/project/cubecomposer/), [paper](https://arxiv.org/abs/2603.04291), and [GitHub repo](https://github.com/TencentARC/CubeComposer).
|
| 24 |
|
| 25 |
### Model variants
|
| 26 |
|
|
|
|
| 29 |
- cubecomposer-3k: supports 2K/3K generation, cubemap size = 512/768, temporal window length = 9 frames.
|
| 30 |
- cubecomposer-4k: supports 4K generation, cubemap size = 960, temporal window length = 5 frames.
|
| 31 |
|
| 32 |
+
### Citation
|
| 33 |
+
|
| 34 |
+
If you find our model helpful in your research, please like this repo, star the [GitHub repo](https://github.com/TencentARC/CubeComposer) and cite:
|
| 35 |
+
|
| 36 |
+
```
|
| 37 |
+
@article{li2026cubecomposer,
|
| 38 |
+
title={CubeComposer: Spatio-Temporal Autoregressive 4K 360° Video Generation from Perspective Video},
|
| 39 |
+
author={Li, Lingen and Wang, Guangzhi and Li, Xiaoyu and Zhang, Zhaoyang and Dou, Qi and Gu, Jinwei and Xue, Tianfan and Shan, Ying},
|
| 40 |
+
journal={arXiv preprint arXiv:2603.04291},
|
| 41 |
+
year={2026}
|
| 42 |
+
}
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
### License
|
| 46 |
|
| 47 |
This repository is released under the terms of the [LICENSE file](./LICENSE).
|