ComfyUI Extension: ComfyUI Caching Embeddings

Authored by discus0434

Created

Updated

3 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

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

Looking for a different extension?

Custom Nodes (1)

README

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.

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more