mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-28 10:11:14 +00:00
Increase default sample steps from 25 to 30 for z_image
This commit is contained in:
@@ -598,6 +598,7 @@ export const modelArchs: ModelArch[] = [
|
|||||||
'config.process[0].train.noise_scheduler': ['flowmatch', 'flowmatch'],
|
'config.process[0].train.noise_scheduler': ['flowmatch', 'flowmatch'],
|
||||||
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
|
'config.process[0].train.timestep_type': ['weighted', 'sigmoid'],
|
||||||
'config.process[0].model.qtype': ['qfloat8', 'qfloat8'],
|
'config.process[0].model.qtype': ['qfloat8', 'qfloat8'],
|
||||||
|
'config.process[0].sample.sample_steps': [30, 25],
|
||||||
},
|
},
|
||||||
disableSections: ['network.conv'],
|
disableSections: ['network.conv'],
|
||||||
additionalSections: ['model.low_vram', 'model.layer_offloading'],
|
additionalSections: ['model.low_vram', 'model.layer_offloading'],
|
||||||
|
|||||||
Reference in New Issue
Block a user