From 5cee4d828ff00c9694f2ce6f56d52b4fabcc6d17 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 5 Dec 2024 14:17:24 -0800 Subject: [PATCH] [Electron] Use shortname for server config disable-smart-memory (#1816) --- src/constants/serverConfig.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constants/serverConfig.ts b/src/constants/serverConfig.ts index 2a06e3e59..82035518f 100644 --- a/src/constants/serverConfig.ts +++ b/src/constants/serverConfig.ts @@ -384,7 +384,9 @@ export const SERVER_CONFIG_ITEMS: ServerConfig[] = [ }, { 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