| 1 | model: |
| 2 | checkpoint: checkpoints/echo-wm-base.safetensors |
| 3 | gemma_path: checkpoints/gemma-3 |
| 4 | |
| 5 | video: |
| 6 | width: 1280 |
| 7 | height: 704 |
| 8 | num_frames: 241 |
| 9 | fps: 24 |
| 10 | steps: 30 |
| 11 | video_cfg: 4.0 |
| 12 | audio_cfg: 2.0 |
| 13 | stg_scale: 1.0 |
| 14 | stg_blocks: [29] |
| 15 | seed: 42 |
| 16 | |
| 17 | action: |
| 18 | enabled: true |
| 19 | ucpe: true |
| 20 | translation_speed: 0.05 |
| 21 | rotation_speed_deg: 0.5 |
| 22 | pitch_limit_deg: 60.0 |
| 23 | fov_deg: 70.0 |
| 24 | |
| 25 | negative_prompt: >- |
| 26 | worst quality, inconsistent motion, blurry, jittery, distorted, game UI, |
| 27 | video game interface, HUD, heads-up display, menu, status bar, health bar, |
| 28 | score, minimap, crosshair, reticle, buttons, icons, subtitles, captions, |
| 29 | watermark, logo, text overlay, user interface |
| 30 |