Wan2.1/wan/__init__.py
2025-05-08 16:06:59 +08:00

6 lines
178 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