ComfyUI Extension: LCMSampler-ComfyUI

Authored by laksjdjf

Created

Updated

15 stars

This extension node is intended for the use of LCM conversion for SSD-1B-anime. It does not guarantee operation with the original LCM (as it cannot load weights in the current version). To take advantage of fast generation with LCM, a node for using TAESD as a decoder is also provided. This is inspired by ComfyUI-OtherVAEs.

Custom Nodes (2)

README

LCMSampler-ComfyUI

この拡張ノードはSSD-1B-animeのLCM化LoRAを使うためのものです。本家LCMでの動作は保証しません(そもそも現バージョンでは重みをロードできない)。

LCMによる高速生成を生かすため、デコーダとしてTAESDを利用するためのノードも用意しています。こちらはComfyUI-OtherVAEsを参考にしています。

使い方

通常のKSamplerではなく、カスタムサンプラー対応のやつを使います。sampling/custom_sampling/Load SamplerLCMからサンプラーを引っ張って繋げてください。

TAESD(loader/Load TAESD)はロードするとVAEと同じように使えるようになるはず。VRAMが足りなかったらmax_batch_sizeを小さくしてください。

詳しくはワークフローで、以下からチェックポイントと二つのLoRAをダウンロードする必要があります。

モデル:https://huggingface.co/furusu/SSD-1B-anime

credit

https://github.com/luosiallen/latent-consistency-model

https://github.com/M1kep/ComfyUI-OtherVAEs