Nodes/ComfyUI/Load LoRA Model
ComfyUI Node Runs on cloud

Load LoRA Model

A ComfyUI node in model/loaders with 4 inputs and 1 output.

By Comfy-Org·Created 4 years ago·Updated 16 days ago· 121,575
Load LoRA Model
  • model
  • lora
  • model
strength_model1.00
bypassfalse
Categorymodel/loaders

Inputs (4)

NameTypeDefaultDescription
modelMODELThe diffusion model the LoRA will be applied to.
loraLORA_MODELThe LoRA model to apply to the diffusion model.
strength_modelFLOAT1.00-100–100How strongly to modify the diffusion model. This value can be negative.
bypassBOOLEANfalseWhen enabled, applies LoRA in bypass mode without modifying base model weights. Useful for training and when model weights are offloaded.

Outputs (1)

NameTypeDescription
modelMODELThe modified diffusion model.