ComfyUI Node

Smart Load LoRA

Load a LoRA model (just like the core LoRA loader), but also outputs the model name and strength to a formatted string. Optional second model applies the same UNet LoRA.

By slvslvslv·Created 2 years ago·Updated 2 months ago· 3
Smart Load LoRA
  • model
  • clip
  • model2
  • model
  • clip
  • lora_string
  • model2
lora_name
strength_model1.00
strength_clip1.00
lora_string
CategorySmartHelperNodes

Inputs (7)

NameTypeDefaultDescription
modelMODELThe diffusion model the LoRA will be applied to.
clipCLIPThe CLIP model the LoRA will be applied to.
lora_nameCOMBOThe name of the LoRA.
strength_modelFLOAT1.00-100–100How strongly to modify the diffusion model. This value can be negative.
strength_clipFLOAT1.00-100–100How strongly to modify the CLIP model. This value can be negative.
model2optMODELOptional second diffusion model; the same LoRA is applied to both models (UNet only on this input).
lora_stringoptSTRING

Outputs (4)

NameTypeDescription
modelMODEL
clipCLIP
lora_stringSTRING
model2MODEL