Text-to-Video
Diffusers
Safetensors
world-model
video-generation
image-to-video
interactive
distillation
Instructions to use AlayaLab/Evoke with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlayaLab/Evoke with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlayaLab/Evoke", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update metadata and add paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
pipeline_tag:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<h1 align="center">Alaya-EVOKE: From Linear-Scaling Supervision to Endless World</h1>
|
|
@@ -16,7 +17,7 @@ tags:
|
|
| 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="
|
| 20 |
</p>
|
| 21 |
|
| 22 |
Model weights for **EVOKE**, a 3-step, CFG-free interactive world model that generates
|
|
@@ -78,4 +79,4 @@ built on [LingBot-World](https://github.com/robbyant/lingbot-world).
|
|
| 78 |
title = {Alaya-EVOKE: From Linear-Scaling Supervision to Endless World},
|
| 79 |
year = {2026},
|
| 80 |
}
|
| 81 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-video
|
| 4 |
+
library_name: diffusers
|
| 5 |
tags:
|
| 6 |
+
- world-model
|
| 7 |
+
- video-generation
|
| 8 |
+
- text-to-video
|
| 9 |
+
- image-to-video
|
| 10 |
+
- interactive
|
| 11 |
+
- distillation
|
| 12 |
+
inference: false
|
| 13 |
---
|
| 14 |
|
| 15 |
<h1 align="center">Alaya-EVOKE: From Linear-Scaling Supervision to Endless World</h1>
|
|
|
|
| 17 |
<p align="center">
|
| 18 |
<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>
|
| 19 |
<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>
|
| 20 |
+
<a href="https://huggingface.co/papers/2608.13546"><img src="https://img.shields.io/badge/π_Paper-HuggingFace-ffd21e.svg" alt="Paper"></a>
|
| 21 |
</p>
|
| 22 |
|
| 23 |
Model weights for **EVOKE**, a 3-step, CFG-free interactive world model that generates
|
|
|
|
| 79 |
title = {Alaya-EVOKE: From Linear-Scaling Supervision to Endless World},
|
| 80 |
year = {2026},
|
| 81 |
}
|
| 82 |
+
```
|