Refactor weight loading and utility functions for LTX-2 model; remove deprecated weight loading file and update imports accordingly

This commit is contained in:
Prince Canuma
2026-03-16 22:25:22 +01:00
parent dd573d53d2
commit 7a576bfbf4
5 changed files with 182 additions and 789 deletions

View File

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