NODES:Caching CLIP Text Encode for FLUX. Random nodes for ComfyUI for various purposes.
Random nodes for ComfyUI for various purposes.
A simple performance-optimized FLUX node that stores CLIP to CONDITIONING conversion results in it's cache. Caching eliminates redundant processing time by reusing previous results, significantly improving workflow efficiency and saving a lot of time. It only activates when there is a change in one of the text inputs, clip model change or cache expired.
What node caches:
Guidance value is not cached as it can be updated on the fly.
There is also a cache limit option to limit cache size, it will delete the oldest cache when the cache size is exceeded.
Same functionality as Caching CLIP Text Encode for FLUX, but only one text field and no guidance value.
Clone this repository to ComfyUI/custom_nodes
directory.
discus0434/comfyui-caching-embeddings - inspired by.
And, for all ComfyUI custom node developers