mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Added hidream low vram options
This commit is contained in:
@@ -211,6 +211,7 @@ export const modelArchs: ModelArch[] = [
|
||||
'config.process[0].network.network_kwargs.ignore_if_contains': [['ff_i.experts', 'ff_i.gate'], []],
|
||||
},
|
||||
disableSections: ['network.conv'],
|
||||
additionalSections: ['model.low_vram'],
|
||||
},
|
||||
{
|
||||
name: 'hidream_e1',
|
||||
@@ -228,7 +229,7 @@ export const modelArchs: ModelArch[] = [
|
||||
'config.process[0].network.network_kwargs.ignore_if_contains': [['ff_i.experts', 'ff_i.gate'], []],
|
||||
},
|
||||
disableSections: ['network.conv'],
|
||||
additionalSections: ['datasets.control_path', 'sample.ctrl_img'],
|
||||
additionalSections: ['datasets.control_path', 'sample.ctrl_img', 'model.low_vram'],
|
||||
},
|
||||
{
|
||||
name: 'sdxl',
|
||||
|
||||
Reference in New Issue
Block a user