Remove standalone install note
Browse files
README.md
CHANGED
|
@@ -17,12 +17,10 @@ A small action-conditioned world model that learned to keep a Pong match going.
|
|
| 17 |
|
| 18 |

|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
## Play it
|
| 23 |
|
| 24 |
-
`live_infer.py` is standalone — no livediffusion package install.
|
| 25 |
-
|
| 26 |
```bash
|
| 27 |
pip install torch numpy pillow safetensors huggingface_hub diffusers
|
| 28 |
|
|
@@ -45,7 +43,7 @@ Controls: **W** up, **S** down (A/D also work). Click the window once so it has
|
|
| 45 |
|---|---|
|
| 46 |
| `ema.safetensors` | playable weights |
|
| 47 |
| `config.json` | video / model / codec settings used at train time |
|
| 48 |
-
| `live_infer.py` |
|
| 49 |
| `demo.gif` | live rollout clip |
|
| 50 |
|
| 51 |
Action vector is `[W, S]` as floats in `{0,1}`. Hold both and it treats that as neutral.
|
|
|
|
| 17 |
|
| 18 |

|
| 19 |
|
| 20 |
+
128x128 at 6 FPS with a 12-frame latent history. Codec is a frozen SDXL VAE (`madebyollin/sdxl-vae-fp16-fix`). Needs a CUDA GPU with BF16.
|
| 21 |
|
| 22 |
## Play it
|
| 23 |
|
|
|
|
|
|
|
| 24 |
```bash
|
| 25 |
pip install torch numpy pillow safetensors huggingface_hub diffusers
|
| 26 |
|
|
|
|
| 43 |
|---|---|
|
| 44 |
| `ema.safetensors` | playable weights |
|
| 45 |
| `config.json` | video / model / codec settings used at train time |
|
| 46 |
+
| `live_infer.py` | live play script |
|
| 47 |
| `demo.gif` | live rollout clip |
|
| 48 |
|
| 49 |
Action vector is `[W, S]` as floats in `{0,1}`. Hold both and it treats that as neutral.
|