Wan2.1/wan/__init__.py
2025-05-15 16:41:07 +08:00

6 lines
189 B
Python

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