Text-to-Video
Diffusers
English
video
image-to-video
world-model
game-world-model
fighting-game
street-fighter
behavior-cloning
diffusion
Instructions to use INV-WZQ/ReactiveGWM-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use INV-WZQ/ReactiveGWM-Models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("INV-WZQ/ReactiveGWM-Models", 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 README.md
Browse files
README.md
CHANGED
|
@@ -18,8 +18,9 @@ tags:
|
|
| 18 |
|
| 19 |
# ReactiveGWM-Models: Reactive Game World Models for Street Fighter
|
| 20 |
|
| 21 |
-
<a href="https://
|
| 22 |
-
<a href=""><img src="https://img.shields.io/badge/arXiv-ReactiveGWM-A42C25.svg" alt="arXiv"></a>
|
|
|
|
| 23 |
<a href="https://huggingface.co/INV-WZQ/ReactiveGWM-Models"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace Model"></a>
|
| 24 |
<a href="https://huggingface.co/datasets/INV-WZQ/ReactiveGWM-Datasets"><img src="https://img.shields.io/badge/🤗_HuggingFace-Dataset-ffbd45.svg" alt="HuggingFace Dataset"></a>
|
| 25 |
|
|
@@ -101,6 +102,15 @@ thank the open-source community for their valuable contributions.
|
|
| 101 |
If you use these models, please cite:
|
| 102 |
|
| 103 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
```
|
| 105 |
|
| 106 |
---
|
|
|
|
| 18 |
|
| 19 |
# ReactiveGWM-Models: Reactive Game World Models for Street Fighter
|
| 20 |
|
| 21 |
+
<a href="https://inv-wzq.github.io/ReactiveGWM/"><img src="https://img.shields.io/badge/Web-Project Page-1d72b8.svg" alt="Project Page"></a>
|
| 22 |
+
<a href="http://arxiv.org/abs/2605.15256"><img src="https://img.shields.io/badge/arXiv-ReactiveGWM-A42C25.svg" alt="arXiv"></a>
|
| 23 |
+
<a href="https://github.com/INV-WZQ/ReactiveGWM"><img src="https://img.shields.io/badge/GitHub-Code-181717.svg?logo=github" alt="GitHub"></a>
|
| 24 |
<a href="https://huggingface.co/INV-WZQ/ReactiveGWM-Models"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace Model"></a>
|
| 25 |
<a href="https://huggingface.co/datasets/INV-WZQ/ReactiveGWM-Datasets"><img src="https://img.shields.io/badge/🤗_HuggingFace-Dataset-ffbd45.svg" alt="HuggingFace Dataset"></a>
|
| 26 |
|
|
|
|
| 102 |
If you use these models, please cite:
|
| 103 |
|
| 104 |
```bibtex
|
| 105 |
+
@misc{wang2026reactivegwmsteeringnpcreactive,
|
| 106 |
+
title={ReactiveGWM: Steering NPC in Reactive Game World Models},
|
| 107 |
+
author={Zeqing Wang and Danze Chen and Zhaohu Xing and Zizhao Tong and Yinhan Zhang and Xingyi Yang and Yeying Jin},
|
| 108 |
+
year={2026},
|
| 109 |
+
eprint={2605.15256},
|
| 110 |
+
archivePrefix={arXiv},
|
| 111 |
+
primaryClass={cs.CV},
|
| 112 |
+
url={https://arxiv.org/abs/2605.15256},
|
| 113 |
+
}
|
| 114 |
```
|
| 115 |
|
| 116 |
---
|