Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node creates a LoRA (Low-Rank Adaptation) hook that applies only to the model component, allowing you to modify model behavior without affecting the CLIP component. It loads a LoRA file and applies it with a specified strength to the model while keeping the CLIP component unchanged. The node can be chained with previous hooks to create complex modification pipelines.

Inputs

ParameterData TypeRequiredRangeDescription
lora_nameSTRINGYesMultiple options availableThe name of the LoRA file to load from the loras folder
strength_modelFLOATYes-20.0 to 20.0The strength multiplier for applying the LoRA to the model component (default: 1.0)
prev_hooksHOOKSNo-Optional previous hooks to chain with this hook

Outputs

Output NameData TypeDescription
hooksHOOKSThe created LoRA hook that can be applied to model processing