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.

By larsupb·Created 2 years ago·Updated 3 days ago· 75
PM Apply LoRA
  • model
  • clip
  • lora
  • MODEL
  • CLIP
CategoryLoRA PowerMerge

Inputs (3)

NameTypeDefaultDescription
modelMODELThe diffusion model the merged LoRA will be applied to.
clipCLIPThe CLIP model the merged CLIP layers will be applied to.
loraLoRABundleThe merged LoRA bundle from the merger node.

Outputs (2)

NameTypeDescription
MODELMODELThe modified diffusion model.
CLIPCLIPThe modified CLIP model.