Switch i2v ui defaults to weighted
This commit is contained in:
parent
998e8b6537
commit
ef5149180c
|
|
@ -142,6 +142,7 @@ export const modelArchs: ModelArch[] = [
|
|||
'config.process[0].train.noise_scheduler': ['flowmatch', 'flowmatch'],
|
||||
'config.process[0].sample.num_frames': [41, 1],
|
||||
'config.process[0].sample.fps': [15, 1],
|
||||
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
|
||||
},
|
||||
disableSections: ['network.conv'],
|
||||
additionalSections: ['sample.ctrl_img', 'datasets.num_frames'],
|
||||
|
|
@ -160,6 +161,7 @@ export const modelArchs: ModelArch[] = [
|
|||
'config.process[0].train.noise_scheduler': ['flowmatch', 'flowmatch'],
|
||||
'config.process[0].sample.num_frames': [41, 1],
|
||||
'config.process[0].sample.fps': [15, 1],
|
||||
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
|
||||
},
|
||||
disableSections: ['network.conv'],
|
||||
additionalSections: ['sample.ctrl_img', 'datasets.num_frames'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue