Matrix Game recipes¶
Maintained family · Inference
Matrix Game inference recipes
Matrix Game generates playable interactive worlds from an input image and prompt. Maintained examples cover Matrix Game 2.0 variants and Matrix Game 3.0 at 720p.
Pick a recipe and runtime
Start with the result you want, then choose one of the runtimes FastVideo actually maintains for it.
Loading recipe details...
Exact device and memory details appear only when a recorded run supports them.
Loading...
- Model
- Loading...
- Workload
- Loading...
- Source configuration
- Loading...
- Expected output
- Loading...
Loading... Setup
The generated commands expect a local clone:
git clone https://github.com/hao-ai-lab/FastVideo.git
cd FastVideo Use Configuration for supported Python and CLI settings, Optimizations for attention and memory tradeoffs, and the support matrix for the supported model and optimization surface.
Troubleshooting
- Matrix Game 3.0 downloads its reference input image from GitHub; offline machines should pre-download it and edit the
IMAGE_URLconstant locally. - Streaming variants of Matrix Game 2.0 exist under
examples/inference/basic/basic_matrixgame2_streaming.pybut are not included as cookbook recipes.
Evidence status
All recipes on this page are Source-backed: their commands, model IDs, and flags were validated against the checked-in FastVideo sources listed above (static validation). No runtime GPU validation is recorded for these recipes, so GPU model fit, memory use, throughput, and runtime duration are Unknown and deliberately not claimed. Runtime buttons show only the GPU counts configured in checked-in sources.