1
0
mirror of https://github.com/Wan-Video/Wan2.2.git synced 2026-01-27 10:22:46 +03:00
Files
Wan2.2/wan/__init__.py
Peng Zhang 29d4a35d32 Add Wan-Animate Codes and examples (#146)
* Add Wan-Animate Codes and examples

* Update Wan-Animate Release date

* clean codes and add copyright
2025-09-19 11:07:53 +08:00

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