Update wan 2.2 5b timestep distribution to weighted.
This commit is contained in:
parent
75f688766d
commit
ef1d60ba34
|
|
@ -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'],
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "0.3.15"
|
||||
VERSION = "0.3.16"
|
||||
Loading…
Reference in New Issue