mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-16 02:08:55 +08:00
Implement Wan2.2
This commit is contained in:
17
video/Wan2.2/wan/modules/__init__.py
Normal file
17
video/Wan2.2/wan/modules/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
|
||||
from .model import WanModel
|
||||
from .t5 import T5Decoder, T5Encoder, T5EncoderModel, T5Model
|
||||
from .tokenizers import HuggingfaceTokenizer
|
||||
from .vae2_1 import Wan2_1_VAE
|
||||
|
||||
__all__ = [
|
||||
'Wan2_1_VAE',
|
||||
'Wan2_2_VAE',
|
||||
'WanModel',
|
||||
'T5Model',
|
||||
'T5Encoder',
|
||||
'T5Decoder',
|
||||
'T5EncoderModel',
|
||||
'HuggingfaceTokenizer',
|
||||
'mlx_attention',
|
||||
]
|
||||
Reference in New Issue
Block a user