Nodes Browser

ComfyDeploy: How ComfyUI-ARZUMATA works in ComfyUI?

What is ComfyUI-ARZUMATA?

NODES:Caching CLIP Text Encode for FLUX. Random nodes for ComfyUI for various purposes.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-ARZUMATA and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-ARZUMATA

Random nodes for ComfyUI for various purposes.

Nodes list

Caching CLIP Text Encode for FLUX

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:

  • CLIP model reference in memory (you can switch clip model and try it without losing cache from previous clip model should you decide to switch back)
  • clip_l string
  • t5xxx string

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.

Caching CLIP Text Encode

Same functionality as Caching CLIP Text Encode for FLUX, but only one text field and no guidance value.

Installation

Clone this repository to ComfyUI/custom_nodes directory.

Credit

discus0434/comfyui-caching-embeddings - inspired by.

And, for all ComfyUI custom node developers