Wan22 14b training is working, still need tons of testing and some bug fixes

This commit is contained in:
Jaret Burkett
2025-08-14 13:03:27 -06:00
parent be71cc75ce
commit 3413fa537f
8 changed files with 554 additions and 24 deletions

View File

@@ -185,6 +185,9 @@ class NetworkConfig:
self.conv_alpha = 9999999999
# -1 automatically finds the largest factor
self.lokr_factor = kwargs.get('lokr_factor', -1)
# for multi stage models
self.split_multistage_loras = kwargs.get('split_multistage_loras', True)
AdapterTypes = Literal['t2i', 'ip', 'ip+', 'clip', 'ilora', 'photo_maker', 'control_net', 'control_lora', 'i2v']