Update wan 2.2 5b timestep distribution to weighted.

This commit is contained in:
Jaret Burkett
2025-07-30 10:13:22 -06:00
parent 75f688766d
commit ef1d60ba34
2 changed files with 2 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ export const modelArchs: ModelArch[] = [
'config.process[0].sample.fps': [24, 1],
'config.process[0].sample.width': [768, 1024],
'config.process[0].sample.height': [768, 1024],
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
},
disableSections: ['network.conv'],
additionalSections: ['sample.ctrl_img', 'datasets.num_frames', 'model.low_vram'],

View File

@@ -1 +1 @@
VERSION = "0.3.15"
VERSION = "0.3.16"