Random nodes for ComfyUI for various purposes.
Type-safe node that forces any model or module to run on a specified device (cpu, cuda:0, etc.).
Designed to work seamlessly with:
MODEL, CLIP, VAEWANVAE, CLIP_VISIONCONTROL_NET, T2I_ADAPTER, IP_ADAPTERA 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 — can be changed on the fly without invalidating cache
There is also a cache limit option to limit cache size, it will delete the oldest cache when the cache size is exceeded.
Same as above, but simplified:
Clone this repository to ComfyUI/custom_nodes directory.
And, to all ComfyUI custom node developers