comfyui-caching-embeddings

comfyui-caching-embeddings
★ 3

缓存CLIP加速ComfyUI
缓存CLIP文本嵌入,复用已计算向量以跳过重复计算,兼容CLIPTextEncode并微幅加速ComfyUI推理。
💡 作为CLIPTextEncode替代,复用嵌入以减少重复计算加速推理。
🍴 4 Forks💻 Python🔄 2024-06-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b6135d9bd930
📄 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.