ForkSiliconFlowSiliconFlowpublished Jan 9, 2026seen 5d

siliconflow/ComfyUI-TeaCache

forked from welltop-cn/ComfyUI-TeaCache

Open original ↗

Captured source

source ↗
published Jan 9, 2026seen 5dcaptured 9hhttp 200method plain

siliconflow/ComfyUI-TeaCache

Language: Python

License: Apache-2.0

Stars: 0

Forks: 0

Open issues: 0

Created: 2026-01-09T08:17:14Z

Pushed: 2026-01-09T09:56:12Z

Default branch: main

Fork: yes

Parent repository: welltop-cn/ComfyUI-TeaCache

Archived: no

README:

ComfyUI-TeaCache

Introduction

Timestep Embedding Aware Cache (TeaCache) is a training-free caching approach that estimates and leverages the fluctuating differences among model outputs across timesteps, thereby accelerating the inference. TeaCache works well for Image Diffusion models, Video Diffusion Models, and Audio Diffusion Models.

TeaCache has now been integrated into ComfyUI and is compatible with the ComfyUI native nodes. ComfyUI-TeaCache is easy to use, simply connect the TeaCache node with the ComfyUI native nodes for seamless usage.

Updates

  • Jul 11 2025: ComfyUI-TeaCache supports FLUX-Kontext:
  • It can achieve a 1.5x lossless speedup and a 2x speedup without much visual quality degradation for FLUX-Kontext.
  • Support FLUX-Kontext LoRA!
  • Jun 22 2025: ComfyUI-TeaCache supports HiDream-I1-Fast:
  • It can achieve a 1.4x lossless speedup and a 1.7x speedup without much visual quality degradation for HiDream-I1-Fast.
  • Support HiDream-I1-Fast LoRA!
  • Jun 15 2025: ComfyUI-TeaCache supports HiDream-I1-Dev and Lumina-Image-2.0, adds cache_device option:
  • It can achieve a 1.5x lossless speedup and a 2x speedup without much visual quality degradation for HiDream-I1-Dev.
  • Support HiDream-I1-Dev LoRA!
  • It can achieve a 1.5x lossless speedup and a 1.7x speedup without much visual quality degradation for Lumina-Image-2.0.
  • Support Lumina-Image-2.0 LoRA!
  • Add cache_device option according to the feedback from 3, 4 and 5.
  • May 22 2025: ComfyUI-TeaCache supports HiDream-I1-Full and redesigns TeaCache options:
  • It can achieve a 1.5x lossless speedup and a 2x speedup without much visual quality degradation.
  • Support HiDream-I1-Full LoRA!
  • Add start_percent, end_percent options and remove max_skip_steps option according to the feedback from 1 and 2.
  • Fix compatibility issues to match the latest official ComfyUI version.
  • Mar 26 2025: ComfyUI-TeaCache supports retention mode for Wan2.1 models and HunyuanVideo I2V v2 model:
  • Retention mode for Wan2.1 models can bring faster generation and better generation quality.
  • Fixes a bug about HunyuanVideo I2V v2 model.
  • Mar 10 2025: ComfyUI-TeaCache adds max_skip_steps option and has made some changes for ease of use:
  • Add max_skip_steps option to enjoy a good trade-off between quality and speed for Wan2.1 models. The best settings are shown in the usage section.
  • Merge TeaCache For Img Gen and TeaCache For Vid Gen nodes into a single TeaCache node.
  • Fix compatibility issues about HunyuanVideo and LTX-Video to match the latest official ComfyUI version.
  • Mar 6 2025: ComfyUI-TeaCache supports Wan2.1:
  • It can achieve a 1.5x lossless speedup and a 2x speedup without much visual quality degradation.
  • Support Text to Video and Image to Video!
  • Jan 17 2025: ComfyUI-TeaCache supports CogVideoX:
  • It can achieve a 1.5x lossless speedup and a 2x speedup without much visual quality degradation.
  • Support Text to Video and Image to Video!
  • Note that TeaCache for CogVideoX node needs to be used with kijai's ComfyUI-CogVideoXWrapper nodes.
  • Jan 15 2025: Thanks @TangYanxin, ComfyUI-TeaCache supports PuLID-FLUX and fixes bug about rel_l1_thresh:
  • It can achieve a 1.2x lossless speedup and a 1.7x speedup without much visual quality degradation.
  • Fixes a bug about rel_l1_thresh, when there are multiple TeaCache nodes in a workflow, the rel_l1_thresh value is always the value of the last TeaCache node.
  • Jan 14 2025: ComfyUI-TeaCache supports Compile Model and fixes a bug that TeaCache keeps forever even if we remove/bypass the node:
  • Support Compile Model, now it can bring a faster inference when you add Compile Model node!
  • Fixes a bug related to usability, now we can go back to the workflow state without TeaCache if we remove/bypass TeaCache node.
  • Jan 13 2025: Thanks @TangYanxin, ComfyUI-TeaCache remove the Steps setting from the node:
  • Now, it works fine even if there are multiple sampling nodes with different sampling steps in the workflow.
  • Fixes a bug, RuntimeError: The size of tensor a must match the size of tensor b at non-singleton dimension.
  • Jan 10 2025: ComfyUI-TeaCache supports LTX-Video:
  • It can achieve a 1.4x lossless speedup and a 1.7x speedup without much visual quality degradation.
  • Support Text to Video and Image to Video!
  • Jan 9 2025: ComfyUI-TeaCache supports HunyuanVideo:
  • It can achieve a 1.6x lossless speedup and a 2x speedup without much visual quality degradation.
  • Jan 8 2025: ComfyUI-TeaCache supports FLUX:
  • It can achieve a 1.4x lossless speedup and a 2x speedup without much visual quality degradation.
  • Support FLUX LoRA!
  • Support FLUX ControlNet!

Installation

Installation via ComfyUI-Manager is preferred. Simply search for ComfyUI-TeaCache in the list of nodes and click install.

Manual installation

1. Go to comfyUI custom_nodes folder, ComfyUI/custom_nodes/ 2. git clone https://github.com/welltop-cn/ComfyUI-TeaCache.git 3. Go to ComfyUI-TeaCache folder, cd ComfyUI-TeaCache/ 4. pip install -r requirements.txt

Usage

TeaCache

To use TeaCache node, simply add TeaCache node to your workflow after Load Diffusion Model node or Load LoRA node (if you need LoRA). Generally, TeaCache can achieve a speedup of 1.5x to 3x with acceptable visual quality loss. The following table gives the recommended rel_l1_thresh, start_percent and end_percent ​for different models:

If the image/video after applying TeaCache is of low quality, please reduce rel_l1_thresh. I really don't recommend adjusting start_percent and end_percent unless you are an experienced engineer or creator.

If you have enough VRAM, please select cuda in the cache_device option, which can bring faster inference, but will increase VRAM slightly. If you have limited VRAM, please select cpu in the cache_device option, which do not…

Excerpt shown — open the source for the full document.

Notability

notability 2.0/10

Routine fork by same org