We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6247d6 commit 5cee4d8Copy full SHA for 5cee4d8
src/constants/serverConfig.ts
@@ -384,7 +384,9 @@ export const SERVER_CONFIG_ITEMS: ServerConfig<any>[] = [
384
},
385
{
386
id: 'disable-smart-memory',
387
- name: 'Force ComfyUI to agressively offload to regular ram instead of keeping models in vram when it can.',
+ 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.',
390
category: ['Memory'],
391
type: 'boolean',
392
defaultValue: false
0 commit comments