Skip to main content
This node automatically detects models located in the LoRA folder (including subfolders) with the corresponding model path being ComfyUI\models\loras. For more information, please refer to Installing LoRA Models The LoRA Loader node is primarily used to load LoRA models. You can think of LoRA models as filters that can give your images specific styles, content, and details:
  • Apply specific artistic styles (like ink painting)
  • Add characteristics of certain characters (like game characters)
  • Add specific details to the image All of these can be achieved through LoRA.
If you need to load multiple LoRA models, you can directly chain multiple nodes together, as shown below:

Inputs

ParameterDescriptionData Type
modelTypically used to connect to the base modelMODEL
clipTypically used to connect to the CLIP modelCLIP
lora_nameSelect the name of the LoRA model to useCOMBO[STRING]
strength_modelValue range from -100.0 to 100.0, typically used between 0~1 for daily image generation. Higher values result in more pronounced model adjustment effectsFLOAT
strength_clipValue range from -100.0 to 100.0, typically used between 0~1 for daily image generation. Higher values result in more pronounced model adjustment effectsFLOAT

Outputs

ParameterDescriptionData Type
modelThe model with LoRA adjustments appliedMODEL
clipThe CLIP instance with LoRA adjustments appliedCLIP
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub