oasis 500m
EtchedIntroduction
Oasis is an interactive world model created by Decart and Etched, utilizing diffusion transformers. It processes user keyboard input to generate gameplay in an autoregressive manner. The Oasis 500M model is a scaled-down version, complete with weights and inference code for action-conditional frame generation.
Architecture
The model employs diffusion transformers to process inputs and generate outputs in a sequence, enhancing the interactive gaming experience. This architecture supports autoregressive gameplay generation based on user input.
Training
Details regarding the training process are not specified in the available information. However, the model is optimized to generate interactive gameplay scenes in response to user actions.
Guide: Running Locally
To run the Oasis 500M model for action-conditional video generation locally, follow these steps:
- Clone the inference repository from GitHub:
git clone https://github.com/etched-ai/open-oasis
- Navigate to the directory:
cd open-oasis
- Follow the provided instructions in the repository for setting up and executing the model.
For optimal performance, consider using cloud GPU services such as AWS, Google Cloud, or Azure.
License
The Oasis 500M model is released under the MIT License, allowing for a wide range of use and distribution.