mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-07 15:54:52 +00:00
* Add VACE * Support training with multiple gpus * Update default args for vace task * vace block update * Add vace exmaple jpg * Fix dist vace fwd hook error * Update vace exmample * Update vace args * Update pipeline name for vace * vace gradio and Readme * Update vace snake png --------- Co-authored-by: hanzhn <han.feng.jason@gmail.com>
6 lines
189 B
Python
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
|