Wan2.1/wan/__init__.py
2025-05-14 12:28:06 +08:00

6 lines
189 B
Python

from . import configs, distributed, modules
from .image2video import WanI2V
from .text2video import WanT2V
from .first_last_frame2video import WanFLF2V
from .vace import WanVace, WanVaceMP