ComfyUI Node

Load LoRA

Apply the selected LoRA. NONE/null returns the input model and CLIP unchanged.

By hybskgks28275·Created about a year ago·Updated 2 months ago· 3
Load LoRA
  • model
  • clip
  • model
  • clip
  • applied lora
lora_nameNONE
strength_model1.00
strength_clip1.00
CategoryHYBS/LoRA

Inputs (5)

NameTypeDefaultDescription
modelMODELMODEL to receive the LoRA.
clipCLIPCLIP to receive the LoRA.
lora_nameCOMBONONELoRA filename. NONE leaves the input model and CLIP unchanged.
strength_modelFLOAT1.00-20–20LoRA strength for MODEL.
strength_clipFLOAT1.00-20–20LoRA strength for CLIP.

Outputs (3)

NameTypeDescription
modelMODELMODEL after the LoRA is applied.
clipCLIPCLIP after the LoRA is applied.
applied loraSTRINGApplied LoRA token, or an empty string for NONE.