ComfyUI Node
Free Memory (Inteliweb)
Passes the input through unchanged while optionally unloading ComfyUI models, running garbage collection and clearing accelerator caches. Returns the cleanup information through one STATS text output.
Free Memory (Inteliweb)
- anything
- anything
- STATS
◄purge_cachetrue►
◄purge_modelsfalse►
◄gc_collecttrue►
◄console_logtrue►
◄stage_nameMemory Cleanup►
CategoryInteliweb/Utils
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| anything | * | — | |
| purge_cache | BOOLEAN | true | — |
| purge_models | BOOLEAN | false | — |
| gc_collect | BOOLEAN | true | — |
| console_log | BOOLEAN | true | — |
| stage_name | STRING | Memory Cleanup | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| anything | * | The original input value, passed through unchanged. |
| STATS | STRING | Text report with VRAM, RAM, model unload, garbage collection and cache results. |