Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 912 Bytes

Oasis 500M

Oasis is an interactive world model developed by Decart and Etched. Based on diffusion transformers, Oasis takes in user keyboard input and generates gameplay in an autoregressive manner. Here we release the weights for Oasis 500M, a downscaled version of the model, along with inference code for action-conditional frame generation.

For more details, see our joint blog post to learn more.

Setup

git lfs install
git clone https://huggingface.co/Etched/oasis-500m
cd oasis-500m
pip install -r requirements.txt

Basic Usage

We include a basic inference script that loads a prompt frame from a video and generates additional frames conditioned on actions.

cd oasis-500m
python inference.py

The resulting video will be saved to video.mp4.