fix: mismatch NGL number between UI and model settings
This commit is contained in:
parent
9579e8647b
commit
00930ebecb
@ -33,6 +33,11 @@ export const getConfigurationsData = (
|
|||||||
componentSetting.controllerProps.max ||
|
componentSetting.controllerProps.max ||
|
||||||
2048
|
2048
|
||||||
break
|
break
|
||||||
|
case 'ngl':
|
||||||
|
componentSetting.controllerProps.max =
|
||||||
|
selectedModel?.settings.ngl ||
|
||||||
|
componentSetting.controllerProps.max ||
|
||||||
|
100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user