Nodes Browser

ComfyDeploy: How ComfyUI Caching Embeddings works in ComfyUI?

What is ComfyUI Caching Embeddings?

This repository simply caches the CLIP embeddings and subtly accelerates the inference process by bypassing unnecessary computations.

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 Caching Embeddings and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI Caching Embeddings

This repository simply caches the CLIP embeddings and subtly accelerates the inference process by bypassing unnecessary computations.

Installation

Clone this repository to ComfyUI/custom_nodes directory.

git clone https://github.com/discus0434/comfyui-caching-embeddings.git ComfyUI/custom_nodes/comfyui-caching-embeddings

Usage

You can use just like as the CLIPTextEncode node.