README.md

March 6, 2025 · View on GitHub

中文文档

Add some hooks method. Such as: TeaCache and First Block Cache for PuLID-Flux Flux HunYuanVideo LTXVideo MochiVideo WanVideo.

Need upgrade ComfyUI Version>=0.3.17

Preview (Image with WorkFlow)

save api extended

Working with PuLID (need my other custom nodes ComfyUI_PuLID_Flux_ll) save api extended

Install

  • Manual
    cd custom_nodes
    git clone https://github.com/lldacing/ComfyUI_Patches_ll.git
    # restart ComfyUI

Nodes

  • FluxForwardOverrider
    • Add some hooks method support to the Flux model
  • VideoForwardOverrider
    • Add some hooks method support to the video model. Support HunYuanVideo, LTXVideo, MochiVideo, WanVideo
  • DitForwardOverrider
    • Auto add some hooks method for model (automatically identify model type). Support Flux, HunYuanVideo, LTXVideo, MochiVideo, WanVideo
  • ApplyTeaCachePatch
    • Use the hooks provided in *ForwardOverrider to support TeaCache acceleration. Support Flux, HunYuanVideo, LTXVideo, MochiVideo, WanVideo
    • In my test results, the video quality is not good after acceleration for MochiVideo
  • ApplyTeaCachePatchAdvanced
    • Support start_at and end_at
  • ApplyFirstBlockCachePatch
    • Use the hooks provided in *ForwardOverrider to support First Block Cache acceleration. Support Flux, HunYuanVideo, LTXVideo, MochiVideo, WanVideo
    • In my test results, the video quality is not good after acceleration for MochiVideo
  • ApplyFirstBlockCachePatchAdvanced
    • Support start_at and end_at

SpeedUp reference

TeaCache (rel_l1_thresh value)

Original1.5x1.8x2.0x
Flux00.250.40.6
HunYuanVideo00.1-0.15
LTXVideo00.03-0.05
MochiVideo00.06-0.09
WanVideo0---

Note: "-" indicates small speedup, low quality or untested. WanVideo's different models have different acceleration effects.

First Block Cache (residual_diff_threshold value)

Original1.2x1.5x1.8x
Flux0--0.12
HunYuanVideo0-0.1-
LTXVideo00.05--
MochiVideo0-0.03-
WanVideo0-0.05-

Note: "-" indicates small speedup, low quality or untested.

Thanks

TeaCache
ParaAttention
Comfy-WaveSpeed