Added support for Chroma1 official release. Will still use single file verstion instead of the diffusers version.

This commit is contained in:
Jaret Burkett
2025-08-23 09:06:28 -06:00
parent 0d6d027248
commit e1fd411665
2 changed files with 7 additions and 1 deletions

View File

@@ -106,7 +106,7 @@ export const modelArchs: ModelArch[] = [
group: 'image',
defaults: {
// default updates when [selected, unselected] in the UI
'config.process[0].model.name_or_path': ['lodestones/Chroma', defaultNameOrPath],
'config.process[0].model.name_or_path': ['lodestones/Chroma1-Base', defaultNameOrPath],
'config.process[0].model.quantize': [true, false],
'config.process[0].model.quantize_te': [true, false],
'config.process[0].sample.sampler': ['flowmatch', 'flowmatch'],