mirror of
https://github.com/Wan-Video/Wan2.2.git
synced 2026-01-27 10:22:46 +03:00
* Add Wan-Animate Codes and examples * Update Wan-Animate Release date * clean codes and add copyright
7 lines
281 B
Python
7 lines
281 B
Python
# 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 |