Extensions/LCMSampler-ComfyUI
ComfyUI Extension

LCMSampler-ComfyUI

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…

By laksjdjf·Created 3 years ago·Updated 2 years ago· 15
laksjdjf/LCMSampler-ComfyUI
Nodes2
On cloudLocal install
Categorysampling/custom_sampling, loaders
Stars15
Updated2 years ago
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