Nodes Browser
ComfyDeploy: How LCMSampler-ComfyUI works in ComfyUI?
What is 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 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.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
LCMSampler-ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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