Merge branch 'main' into pc/unify-apis

This commit is contained in:
Prince Canuma
2026-03-18 17:14:17 +01:00
48 changed files with 14133 additions and 10 deletions

View File

@@ -22,6 +22,9 @@ dependencies = [
"mlx-vlm",
"rich>=14.2.0",
"librosa>=0.10.0",
"imageio>=2.37.2",
"imageio-ffmpeg>=0.6.0",
"ftfy",
]
license = {text="MIT"}
authors = [
@@ -44,6 +47,7 @@ Issues = "https://github.com/Blaizzy/mlx-video/issues"
[project.scripts]
"mlx_video.generate" = "mlx_video.generate:main"
"mlx_video.generate_wan" = "mlx_video.generate_wan:main"
[tool.setuptools.packages.find]
include = ["mlx_video*"]
@@ -55,3 +59,4 @@ version = {attr = "mlx_video.version.__version__"}
dev = [
"pytest",
]