Add example usage to README and enhance console output in generate.py with ANSI colors

This commit is contained in:
Prince Canuma
2026-01-12 16:45:09 +01:00
parent 28417fe126
commit 4f6fc8252c
4 changed files with 35 additions and 12 deletions

View File

@@ -115,6 +115,16 @@ mlx_video/
└── video_vae/ # VAE encoder/decoder
```
# Examples
Here's an example result generated by MLX-Video:
```sh
uv run mlx_video.generate --prompt "Two dogs of the poodle breed wearing sunglasses, close up, cinematic, sunset" -n 100 --width 768
```
<video src="https://github.com/Blaizzy/mlx-video/raw/main/examples/poodles.mp4" controls width="512"></video>
## License
MIT