Remove deprecated stubs for video conversion and generation; introduce new weight conversion and generation scripts for Wan2.2 models in MLX.

This commit is contained in:
Prince Canuma
2026-03-18 17:20:36 +01:00
parent 7b9d0a5e44
commit 95d7c81b20
4 changed files with 0 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
"""Stub — delegates to mlx_video.models.ltx_2.utils."""
from mlx_video.models.ltx_2.utils import * # noqa: F401,F403

View File

@@ -1,5 +0,0 @@
"""Entry point stub — delegates to mlx_video.models.ltx_2.generate."""
from mlx_video.models.ltx_2.generate import main, generate_video
if __name__ == "__main__":
main()