Update test weights

This commit is contained in:
Jaret Burkett
2025-11-23 10:51:50 -07:00
parent 0b5f3475e2
commit dadbeda197
2 changed files with 2 additions and 2 deletions

View File

@@ -471,7 +471,7 @@ export const modelArchs: ModelArch[] = [
group: 'image',
defaults: {
// default updates when [selected, unselected] in the UI
'config.process[0].model.name_or_path': ['ai-toolkit/f2-dummy', defaultNameOrPath],
'config.process[0].model.name_or_path': ['ostris/f2', defaultNameOrPath],
'config.process[0].model.quantize': [true, false],
'config.process[0].model.quantize_te': [true, false],
'config.process[0].model.low_vram': [true, false],