Add support for fine tuning Wan 2.2 I2V 14B

This commit is contained in:
Jaret Burkett
2025-08-18 11:43:32 -06:00
parent b3e666daf4
commit d2bbe1872c
7 changed files with 203 additions and 10 deletions

View File

@@ -1,2 +1,3 @@
from .wan22_5b_model import Wan225bModel
from .wan22_14b_model import Wan2214bModel
from .wan22_14b_model import Wan2214bModel
from .wan22_14b_i2v_model import Wan2214bI2VModel