AlayaLab/Evoke-Turbo

Model

Alaya-EVOKE-Turbo is a controllability-optimized version of Alaya-EVOKE, focusing on camera-motion following and scene/subject instruction adherence. It uses the same architecture and inference workflow: 3 steps, no CFG, 384 × 640 at 24 fps.

0

5 commits

2 linked in READMEs

updated Sep 11, 2026

See the code

README

Alaya-EVOKE: From Linear-Scaling Supervision to Endless World

GitHub Project Page arXiv Paper page

Alaya-EVOKE-Turbo is a controllability-optimized version of Alaya-EVOKE, focusing on camera-motion following and scene/subject instruction adherence. It uses the same architecture and inference workflow: 3 steps, no CFG, 384 × 640 at 24 fps.

Contents

Merged Turbo transformer weights, stored in FP32 to match Evoke. Download the shared base components and depth backend separately:

models/
├── evoke-base/                 # VAE / text encoder / tokenizer / scheduler; from Evoke
├── evoke-turbo/transformer/    # this release
└── ViGeo1.1/                  # required depth backend

Usage

git clone https://github.com/AlayaLab/Evoke && cd Evoke
pip install -r requirements.txt

hf download AlayaLab/Evoke --include "evoke-base/*" --local-dir models
hf download AlayaLab/Evoke-Turbo --local-dir models/evoke-turbo/transformer
hf download pkqbajng/ViGeo --local-dir models/ViGeo1.1   # REQUIRED depth backend

TRANSFORMER_PATH=models/evoke-turbo MODE=t2v NUM_CHUNKS=20 \
bash scripts/inference/infer_post_distill.sh

See Evoke for camera control, other inference modes, and long rollouts.

WBench

Results on WBench (158 cases; Interaction: Navigation only). Bold marks the best score in each column.

ModelVideo QualitySettingNavigationConsistencyPhysicalAvg
Evoke82.790083.760078.630086.870072.055080.8210
Evoke-Turbo81.891482.051883.897888.146974.013382.0003

Turbo uses seed-44 results selected from six prompt variants; Evoke uses published reference scores, with different prompts and poses.

Notes

See Evoke for base-component provenance and dependency licenses; external components retain their own licenses.

Citation

@article{evoke2026,
  title   = {Alaya-EVOKE: From Linear-Scaling Supervision to Endless World},
  author  = {Yin, Yuanyang and Wang, Gongxuan and Zhan, Yifan and
             Li, Chuanhao and Zhang, Kaipeng and Zhao, Feng},
  journal = {arXiv preprint arXiv:2608.13546},
  year    = {2026},
}
camera-control
diffusers
distillation
image-to-video
interactive
safetensors
text-to-video
video-generation
world-model

Contributors

AlayaLab/Evoke-Turbo

Model

Alaya-EVOKE-Turbo is a controllability-optimized version of Alaya-EVOKE, focusing on camera-motion following and scene/subject instruction adherence. It uses the same architecture and inference workflow: 3 steps, no CFG, 384 × 640 at 24 fps.

0

5 commits

2 linked in READMEs

updated Sep 11, 2026

See the code

README

Alaya-EVOKE: From Linear-Scaling Supervision to Endless World

GitHub Project Page arXiv Paper page

Alaya-EVOKE-Turbo is a controllability-optimized version of Alaya-EVOKE, focusing on camera-motion following and scene/subject instruction adherence. It uses the same architecture and inference workflow: 3 steps, no CFG, 384 × 640 at 24 fps.

Contents

Merged Turbo transformer weights, stored in FP32 to match Evoke. Download the shared base components and depth backend separately:

models/
├── evoke-base/                 # VAE / text encoder / tokenizer / scheduler; from Evoke
├── evoke-turbo/transformer/    # this release
└── ViGeo1.1/                  # required depth backend

Usage

git clone https://github.com/AlayaLab/Evoke && cd Evoke
pip install -r requirements.txt

hf download AlayaLab/Evoke --include "evoke-base/*" --local-dir models
hf download AlayaLab/Evoke-Turbo --local-dir models/evoke-turbo/transformer
hf download pkqbajng/ViGeo --local-dir models/ViGeo1.1   # REQUIRED depth backend

TRANSFORMER_PATH=models/evoke-turbo MODE=t2v NUM_CHUNKS=20 \
bash scripts/inference/infer_post_distill.sh

See Evoke for camera control, other inference modes, and long rollouts.

WBench

Results on WBench (158 cases; Interaction: Navigation only). Bold marks the best score in each column.

ModelVideo QualitySettingNavigationConsistencyPhysicalAvg
Evoke82.790083.760078.630086.870072.055080.8210
Evoke-Turbo81.891482.051883.897888.146974.013382.0003

Turbo uses seed-44 results selected from six prompt variants; Evoke uses published reference scores, with different prompts and poses.

Notes

See Evoke for base-component provenance and dependency licenses; external components retain their own licenses.

Citation

@article{evoke2026,
  title   = {Alaya-EVOKE: From Linear-Scaling Supervision to Endless World},
  author  = {Yin, Yuanyang and Wang, Gongxuan and Zhan, Yifan and
             Li, Chuanhao and Zhang, Kaipeng and Zhao, Feng},
  journal = {arXiv preprint arXiv:2608.13546},
  year    = {2026},
}
camera-control
diffusers
distillation
image-to-video
interactive
safetensors
text-to-video
video-generation
world-model

Contributors