"magic_pdf/rw/__init__.py" did not exist on "d5dbed7325d428ce1d8278f19d2030769169bb90"
__init__.py 287 Bytes
Newer Older
zzg_666's avatar
wan2.2  
zzg_666 committed
1
2
3
4
5
6
7
# Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
from . import configs, distributed, modules
from .image2video import WanI2V
from .speech2video import WanS2V
from .text2video import WanT2V
from .textimage2video import WanTI2V
from .animate import WanAnimate