SyntheticMDProductions/Super_Mario_64_Oasis_Model
1
1---2tags:3- world-model4- image-generation5- game6- diffusers7library_name: diffusers8---9 10# Super Mario 64 Oasis Model11 12An action-conditioned visual world model for experimenting with Super Mario 64-style gameplay in the **Game Oasis Player**. Starting from a compatible gameplay screenshot, the model predicts the next visual frame from player input.13 1415 16## Controls17 18The trained controls are:19 20- **W/A/S/D** — movement21- **Space** — jump22 23The checkpoint uses format version 4, a 256×144 frame size, and 39 input channels. It was trained through 65 completed epochs.24 25## Download and play26 27The easiest option is to open Game Oasis Player, select **Super Mario 64 Oasis Model**, and click **Download & Install Model**. The player downloads and validates this repository automatically.28 29For a manual installation, download the repository and select its folder using **Add Model from ZIP or Folder**. Keep this layout intact:30 31```text32action_flow_model_info.json33unet/34 config.json35 diffusion_pytorch_model.safetensors36```37 38Use a clear 16:9 gameplay screenshot from the same game and visual style as the starting image. A CUDA-capable NVIDIA GPU is strongly recommended.39 40## Limitations41 42This is an experimental, short-horizon visual world model. It generates the next view; it is not an emulator, game engine, ROM, or connection to a game server. It does not provide reliable game logic, persistent maps, inventory state, multiplayer, or deterministic physics. Visual drift and inconsistent geometry can accumulate over time.43 44This is an unofficial fan research project and is not affiliated with or endorsed by Nintendo.45 