init upload

This commit is contained in:
WanX-Video-1
2025-02-25 22:07:47 +08:00
commit 65386b2e03
45 changed files with 8548 additions and 0 deletions

3
wan/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from . import configs, distributed, modules
from .image2video import WanI2V
from .text2video import WanT2V