Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.82 KB

README_CN.md

File metadata and controls

45 lines (35 loc) · 1.82 KB

English

添加一些钩子方法。例如支持TeaCacheFirst Block Cache加速PulID-FluxFlux混元视频LTXVideoMochiVideo

ComfyUI主体版本需要>=0.3.7

预览 (图片含工作流)

save api extended

加速PuLID (需要配合我的另一插件 ComfyUI_PuLID_Flux_ll使用) save api extended

安装

  • 手动安装
    cd custom_nodes
    git clone https://github.com/lldacing/ComfyUI_Patches_ll.git
    # restart ComfyUI

节点

  • FluxForwardOverrider
    • Flux模型增加一些hook方法
  • VideoForwardOverrider
    • 为视频模型添加一些hook方法. 支持 HunYuanVideoLTXVideoMochiVideo
  • DitForwardOverrider
    • 为Dit架构模型增加一些hook方法(自动识别模型类型). 支持 FluxHunYuanVideoLTXVideoMochiVideo
  • ApplyTeaCachePatch
    • 使用*ForwardOverrider中支持的hook方法提供TeaCache加速,支持 FluxHunYuanVideoLTXVideoMochiVideo
    • 我测试结果,MochiVideo可能加速失败,加速后视频质量不太好,可能出现全黑视频
  • ApplyTeaCachePatchAdvanced
    • 支持设置 start_atend_at
  • ApplyFirstBlockCachePatch
    • 使用*ForwardOverrider中支持的hook方法提供First Block Cache加速,支持 FluxHunYuanVideoLTXVideoMochiVideo
    • 我测试结果,MochiVideo可能加速失败,加速后视频质量不太好,可能出现全黑视频
  • ApplyFirstBlockCachePatchAdvanced
    • 支持设置 start_atend_at

感谢

TeaCache ParaAttention Comfy-WaveSpeed