ComfyUI Node
PM Apply LoRA
Apply merged LoRA to both MODEL and CLIP. Applies the merged LoRA patches to both the diffusion model (UNet) and CLIP text encoder. The merged LoRA contains both UNet and CLIP weights that were merged using the selected algorithm. Inputs: - model: Diffusion model to apply UNet LoRA patches to - clip: CLIP model to apply CLIP LoRA patches to - lora: Merged LoRA bundle from PM LoRA Merger Outputs: - MODEL: Modified diffusion model with LoRA applied - CLIP: Modified CLIP model with LoRA applied This matches ComfyUI's standard LoraLoader behavior with both MODEL and CLIP inputs/outputs.
PM Apply LoRA
- model
- clip
- lora
- MODEL
- CLIP
CategoryLoRA PowerMerge
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the merged LoRA will be applied to. | |
| clip | CLIP | The CLIP model the merged CLIP layers will be applied to. | |
| lora | LoRABundle | The merged LoRA bundle from the merger node. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The modified diffusion model. |
| CLIP | CLIP | The modified CLIP model. |