mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-05 14:54:54 +00:00
5 lines
152 B
Python
5 lines
152 B
Python
from . import configs, distributed, modules
|
|
from .image2video import WanI2V
|
|
from .text2video import WanT2V
|
|
from .first_last_frame2video import WanFLF2V
|