Refactor Wan model imports and update script paths in pyproject.toml; transition from wan to wan2 module structure for improved organization and clarity.
This commit is contained in:
@@ -22,7 +22,7 @@ from mlx_video.models.ltx_2.utils import (
|
||||
load_safetensors,
|
||||
save_weights,
|
||||
)
|
||||
from mlx_video.models.wan import WanModel, WanModelConfig
|
||||
from mlx_video.models.wan2 import WanModel, WanModelConfig
|
||||
|
||||
__all__ = [
|
||||
# Models
|
||||
|
||||
Reference in New Issue
Block a user