Instead of LoraLoader or HypernetworkLoader, it receives a prompt and loads and applies LoRA or HN based on the specifications within the prompt. The main purpose of this custom node is to allow changes without reconnecting the LoraLoader node when the prompt is randomly altered, etc.
これは ComfyUI 用のカスタムノードです。
LoraLoader
や HypernetworkLoader
の代わりにプロンプトを受け取って、プロンプト内の指定によって LoRA や HN を読み込み適用します。
このカスタムノードの主目的は、プロンプトがランダムに変更されるときなどに LoraLoader
ノードを繋ぎ直さずに変更できるようにすることです。
以下の文法をプロンプトに含めることでLoRAを読み込みます。
<lora:lora-filename[:model_strength[:clip_strength]]>
1.0
になります。model_strength
と同じになります。ComfyUI-Inspire-Pack をインストールしている場合、以下のように書くことで LoRA Block Weight を使用することが出来ます。
<lora:lora-filename[:model_strength[:clip_strength]][:lbw=lbw_preset]>
SDXL-ALL
などのプリセット名か 1,0,0,0,0,0,1,1,1,1,1,1
など直接ウェイト表記
以下の文法をプロンプトに含めることでHyperNetworkを読み込みます。
<hypernet:hn-filename[:strength]>
この機能はテストされていません。