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