PM Apply LoRA
PM LoRA Apply
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.
Pack: LoRA Power-Merger ComfyUI
custom_nodes.LoRA-Merger-ComfyUI
Inputs (3)
| Name | Type | Required |
|---|---|---|
| model | MODEL | required |
| clip | CLIP | required |
| lora | LoRABundle | required |