ComfyUI Extension: ComfyUI-DualLoraStack
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
ComfyUI custom node that applies the same Lora to two models while sharing a CLIP, supporting up to 6 Lora models with independent strength control. (Description by CC)
Looking for a different extension?
Custom Nodes (0)
README
Knishika Dual Lora Stack
2つのモデルに同じLoraを適用し、CLIPを共有するComfyUIカスタムノードです。
機能
- デュアルモデル対応: 同じLora設定で2つのモデルを同時処理
- CLIP共有: 2つのモデル間で1つのCLIPを共有
- 複数Loraスタック: 最大6つのLoraモデルを個別強度制御で対応
- 柔軟な設定: 各Loraを個別に有効/無効化、強度調整可能
インストール
方法1: ComfyUI Manager(推奨)
- ComfyUI Managerがインストールされていない場合はインストール
- ComfyUI Managerで「Knishika Dual Lora Stack」を検索
- ノードをインストール
方法2: 手動インストール
- このリポジトリをクローンまたはダウンロード
- フォルダをComfyUIの
custom_nodesディレクトリにコピー:ComfyUI/custom_nodes/knishika-dual-lora-stack/ - ComfyUIを再起動
使用方法
- ワークフローに「Knishika Dual Lora Stack」ノードを追加
- 2つのモデルを
model_1とmodel_2入力に接続 - CLIPを
clip入力に接続 - 最大6つのLoraモデルとそれぞれの強度を設定
- ノードは2つの修正されたモデルと1つの共有CLIPを出力
入力
model_1(MODEL): 第1モデル入力model_2(MODEL): 第2モデル入力clip(CLIP): 共有CLIP入力lora_01~lora_06: Loraモデル選択lora_01_strength~lora_06_strength: 強度値(-10.0~10.0)
出力
model_1(MODEL): 第1修正モデルmodel_2(MODEL): 第2修正モデルclip(CLIP): 修正された共有CLIP
ライセンス
このプロジェクトはMITライセンスでリリースされています。
作者
knishika
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.