lucid-v1 icon indicating copy to clipboard operation
lucid-v1 copied to clipboard

realtime latent world model inference demo

Lucid v1, "latent world model"

alt text

This is an inference script with full interactive realtime play (and web ui), it contains a couple of maps and more will be added soon, this is compatible with RTX 4090-grade gpus (upto 30fps), you can adjust context length and sampling steps to increase fidelity, optimized/default setting now should run at 20fps

How to install

Ubuntu / Debian

Prerequisite

sudo apt-get install libgl1 unzip 

Please make sure to have opencv, unzip, and nvidia cuda driver installed, use this link to install cuda

Installation

sudo chmod +x ./setup.sh
./setup.sh

the setup script should install all the necessary files, pls check nvidia-smi again before proceeding, and currently i'm releasing support only for cuda 12.0

Launch

python3 launch.py --port 3000