Skip to content

Commit 5cee4d8

Browse files
authored
[Electron] Use shortname for server config disable-smart-memory (#1816)
1 parent d6247d6 commit 5cee4d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/constants/serverConfig.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,9 @@ export const SERVER_CONFIG_ITEMS: ServerConfig<any>[] = [
384384
},
385385
{
386386
id: 'disable-smart-memory',
387-
name: 'Force ComfyUI to agressively offload to regular ram instead of keeping models in vram when it can.',
387+
name: 'Disable smart memory management',
388+
tooltip:
389+
'Force ComfyUI to aggressively offload to regular ram instead of keeping models in vram when it can.',
388390
category: ['Memory'],
389391
type: 'boolean',
390392
defaultValue: false

0 commit comments

Comments
 (0)