fix: right panel bg joi-dark and remove n_pararell params (#3970)
This commit is contained in:
parent
8d4734cb8a
commit
766a4e8e8a
@ -64,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"right-panel": {
|
"right-panel": {
|
||||||
"bg": "0, 0%, 13%, 0"
|
"bg": "0, 0%, 13%, 1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
|
|||||||
@ -209,6 +209,7 @@ const Advanced = () => {
|
|||||||
}
|
}
|
||||||
setGpusInUse(updatedGpusInUse)
|
setGpusInUse(updatedGpusInUse)
|
||||||
saveSettings({ gpusInUse: updatedGpusInUse })
|
saveSettings({ gpusInUse: updatedGpusInUse })
|
||||||
|
window.core?.api?.relaunch()
|
||||||
}
|
}
|
||||||
|
|
||||||
const gpuSelectionPlaceHolder =
|
const gpuSelectionPlaceHolder =
|
||||||
|
|||||||
@ -145,21 +145,6 @@ export const presetConfiguration: Record<string, SettingComponentProps> = {
|
|||||||
requireModelReload: false,
|
requireModelReload: false,
|
||||||
configType: 'runtime',
|
configType: 'runtime',
|
||||||
},
|
},
|
||||||
n_parallel: {
|
|
||||||
key: 'n_parallel',
|
|
||||||
title: 'N Parallel',
|
|
||||||
description:
|
|
||||||
'The number of parallel operations. Only set when enable continuous batching. ',
|
|
||||||
controllerType: 'slider',
|
|
||||||
controllerProps: {
|
|
||||||
min: 0,
|
|
||||||
max: 4,
|
|
||||||
step: 1,
|
|
||||||
value: 1,
|
|
||||||
},
|
|
||||||
requireModelReload: true,
|
|
||||||
configType: 'setting',
|
|
||||||
},
|
|
||||||
cpu_threads: {
|
cpu_threads: {
|
||||||
key: 'cpu_threads',
|
key: 'cpu_threads',
|
||||||
title: 'CPU Threads',
|
title: 'CPU Threads',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user