Add example usage to README and enhance console output in generate.py with ANSI colors
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
Reference in New Issue
Block a user