Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Matrix-Game-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ python inference.py \
--seed 42 \
--pretrained_model_path {path-to-the-vae-folder}
```

Depending on the `config_path` being used, the `checkpoint_path` should be varied. For example, if you were to use
`configs/inference_yaml/inference_universal.yaml`, `checkpoint_path` should be `Matrix-Game-2.0/base_distilled_model/base_distill.safetensors`.
Similarly, for `configs/inference_yaml/inference_templerun.yaml`, it should be `Matrix-Game-2.0/templerun_distilled_model/templerun_7dim_onlykey.safetensors`.

`pretrained_model_path` should be `Matrix-Game-2.0` or whereever you downloaded `Skywork/Matrix-Game-2.0` to.

Or, you can use the script `inference_streaming.py` for generating the interactive videos with your own input actions and images:
```
python inference_streaming.py \
Expand Down