[Electron] Use shortname for server config disable-smart-memory (#1816)

This commit is contained in:
Chenlei Hu
2024-12-05 14:17:24 -08:00
committed by GitHub
parent d6247d69ce
commit 5cee4d828f

View File

@@ -384,7 +384,9 @@ export const SERVER_CONFIG_ITEMS: ServerConfig<any>[] = [
},
{
id: 'disable-smart-memory',
name: 'Force ComfyUI to agressively offload to regular ram instead of keeping models in vram when it can.',
name: 'Disable smart memory management',
tooltip:
'Force ComfyUI to aggressively offload to regular ram instead of keeping models in vram when it can.',
category: ['Memory'],
type: 'boolean',
defaultValue: false