Increase default sample steps from 25 to 30 for z_image

This commit is contained in:
Jaret Burkett 2026-01-27 09:39:21 -07:00
parent 2db090144a
commit ea912d2d7b
1 changed files with 1 additions and 0 deletions

View File

@ -598,6 +598,7 @@ export const modelArchs: ModelArch[] = [
'config.process[0].train.noise_scheduler': ['flowmatch', 'flowmatch'],
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
'config.process[0].model.qtype': ['qfloat8', 'qfloat8'],
'config.process[0].sample.sample_steps': [30, 25],
},
disableSections: ['network.conv'],
additionalSections: ['model.low_vram', 'model.layer_offloading'],