ComfyUI Extension
ComfyUI-NoCache
Ignore the output cache of specific nodes to save RAM.
lihaoyun6/ComfyUI-NoCache
Nodes1
On cloudLocal install
CategoryNoCache
Stars3
Updated5 months ago
Nodes (1)
Readme
ComfyUI-NoCache
Ignore caching of any nodes in ComfyUI to save your RAM.
[📃中文版]
Installation
Install the node:
cd ComfyUI/custom_nodes
git clone https://github.com/lihaoyun6/ComfyUI-NoCache.git
Usage
Basic usage:
-
Add
@NC(case-insensitive) to the title of the node where you want to ignore caching. -
Add
@GC(case-insensitive) to the title of the node where you want to free up your RAM.A
@GCnode must be located after a@NCnode. The@NCnode cannot clear its own RAM usage.
Advanced:
- When using the
@NClabel, you can append an index (e.g.@NC#1) - An indexed NC node will only be released when a GC node with the same index is encountered (e.g.
@NC#1/@GC#1) - You can override the configuration by adding a
NoCache Confignode to the workflow
Credits
- ComfyUI @comfyanonymous