ComfyUI Node
Merge LoRA to Model
Apply a pre-loaded LoRA to diffusion and CLIP models. This allows separation of loading and applying LoRAs.
Merge LoRA to Model
- model
- lora
- clip
- MODEL
- CLIP
◄strength_model1.00►
◄strength_clip1.00►
CategoryLoraUtils
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model to apply the LoRA to. | |
| lora | LORA | The loaded LoRA to apply. | |
| strength_model | FLOAT | 1.00-10–10 | How strongly to modify the diffusion model. This value can be negative. |
| clipopt | CLIP | The CLIP model to apply the LoRA to (optional). | |
| strength_clipopt | FLOAT | 1.00-10–10 | How strongly to modify the CLIP model. This value can be negative. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The modified diffusion model. |
| CLIP | CLIP | The modified CLIP model. |