SII-YuanyangYin commited on
Commit
1816bea
Β·
verified Β·
1 Parent(s): 456d6dd

Link the arXiv paper, point at AlayaLab/Evoke, fix the download command

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -14,14 +14,15 @@ tags:
14
  <h1 align="center">Alaya-EVOKE: From Linear-Scaling Supervision to Endless World</h1>
15
 
16
  <p align="center">
17
- <a href="https://github.com/SII-YuanyangYin/Evoke"><img src="https://img.shields.io/badge/GitHub-SII--YuanyangYin/Evoke-181717.svg?logo=github" alt="GitHub"></a>
18
  <a href="https://evoke-world.github.io/Evoke/"><img src="https://img.shields.io/badge/🌐_Project_Page-evoke--world.github.io-1a73e8.svg" alt="Project Page"></a>
19
- <a href="#"><img src="https://img.shields.io/badge/arXiv-coming_soon-b31b1b.svg" alt="arXiv"></a>
 
20
  </p>
21
 
22
- Model weights for **EVOKE**, a 3-step, CFG-free interactive world model that generates
23
- **384 Γ— 640 @ 24 fps** video and stays coherent over 30 s rollouts. Code, docs and demos live in the
24
- GitHub repository β€” **this repository holds weights only.**
25
 
26
  - ⚑ **3 steps, zero CFG** β€” 1.5 s of video every 2.11 s on one H200, one forward per step.
27
  - 🌍 **Endless, not windowed** β€” scene geometry lives in an external camera-indexed world state bank,
@@ -46,11 +47,11 @@ evoke/
46
  ## Usage
47
 
48
  ```bash
49
- git clone https://github.com/SII-YuanyangYin/Evoke && cd Evoke
50
  pip install -r requirements.txt
51
 
52
- huggingface-cli download SII-YuanyangYin/Evoke --local-dir models
53
- huggingface-cli download pkqbajng/ViGeo --local-dir models/ViGeo1.1 # REQUIRED depth backend
54
 
55
  MODE=t2v NUM_CHUNKS=20 bash scripts/inference/infer_post_distill.sh
56
  ```
@@ -75,7 +76,10 @@ built on [LingBot-World](https://github.com/robbyant/lingbot-world).
75
 
76
  ```bibtex
77
  @article{evoke2026,
78
- title = {Alaya-EVOKE: From Linear-Scaling Supervision to Endless World},
79
- year = {2026},
 
 
 
80
  }
81
  ```
 
14
  <h1 align="center">Alaya-EVOKE: From Linear-Scaling Supervision to Endless World</h1>
15
 
16
  <p align="center">
17
+ <a href="https://github.com/AlayaLab/Evoke"><img src="https://img.shields.io/badge/GitHub-AlayaLab/Evoke-181717.svg?logo=github" alt="GitHub"></a>
18
  <a href="https://evoke-world.github.io/Evoke/"><img src="https://img.shields.io/badge/🌐_Project_Page-evoke--world.github.io-1a73e8.svg" alt="Project Page"></a>
19
+ <a href="https://arxiv.org/abs/2608.13546"><img src="https://img.shields.io/badge/arXiv-2608.13546-b31b1b.svg" alt="arXiv"></a>
20
+ <a href="https://huggingface.co/papers/2608.13546"><img src="https://img.shields.io/badge/πŸ€—_Paper-2608.13546-ffce1c.svg" alt="Paper page"></a>
21
  </p>
22
 
23
+ Model weights for **EVOKE** ([paper](https://huggingface.co/papers/2608.13546)), a 3-step, CFG-free
24
+ interactive world model that generates **384 Γ— 640 @ 24 fps** video and stays coherent over 30 s
25
+ rollouts. Code, docs and demos live in the GitHub repository β€” **this repository holds weights only.**
26
 
27
  - ⚑ **3 steps, zero CFG** β€” 1.5 s of video every 2.11 s on one H200, one forward per step.
28
  - 🌍 **Endless, not windowed** β€” scene geometry lives in an external camera-indexed world state bank,
 
47
  ## Usage
48
 
49
  ```bash
50
+ git clone https://github.com/AlayaLab/Evoke && cd Evoke
51
  pip install -r requirements.txt
52
 
53
+ hf download SII-YuanyangYin/Evoke --local-dir models
54
+ hf download pkqbajng/ViGeo --local-dir models/ViGeo1.1 # REQUIRED depth backend
55
 
56
  MODE=t2v NUM_CHUNKS=20 bash scripts/inference/infer_post_distill.sh
57
  ```
 
76
 
77
  ```bibtex
78
  @article{evoke2026,
79
+ title = {Alaya-EVOKE: From Linear-Scaling Supervision to Endless World},
80
+ author = {Yin, Yuanyang and Wang, Gongxuan and Zhan, Yifan and
81
+ Li, Chuanhao and Zhang, Kaipeng and Zhao, Feng},
82
+ journal = {arXiv preprint arXiv:2608.13546},
83
+ year = {2026},
84
  }
85
  ```