Skip to content

Commit

Permalink
[Electron] Use shortname for server config disable-smart-memory (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Dec 5, 2024
1 parent d6247d6 commit 5cee4d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants/serverConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cee4d8

Please sign in to comment.