Nodes/Comfyui-LoraUtils/Merge LoRA to Model
ComfyUI Node

Merge LoRA to Model

Apply a pre-loaded LoRA to diffusion and CLIP models. This allows separation of loading and applying LoRAs.

By lrzjason·Created 10 months ago·Updated 4 months ago· 32
Merge LoRA to Model
  • model
  • lora
  • clip
  • MODEL
  • CLIP
strength_model1.00
strength_clip1.00
CategoryLoraUtils

Inputs (5)

NameTypeDefaultDescription
modelMODELThe diffusion model to apply the LoRA to.
loraLORAThe loaded LoRA to apply.
strength_modelFLOAT1.00-10–10How strongly to modify the diffusion model. This value can be negative.
clipoptCLIPThe CLIP model to apply the LoRA to (optional).
strength_clipoptFLOAT1.00-10–10How strongly to modify the CLIP model. This value can be negative.

Outputs (2)

NameTypeDescription
MODELMODELThe modified diffusion model.
CLIPCLIPThe modified CLIP model.