Skip to main content
This node will detect models located in the ComfyUI/models/loras folder, and it will also read models from additional paths configured in the extra_model_paths.yaml file. Sometimes, you may need to refresh the ComfyUI interface to allow it to read the model files from the corresponding folder. This node specializes in loading a LoRA model without requiring a CLIP model, focusing on enhancing or modifying a given model based on LoRA parameters. It allows for the dynamic adjustment of the model’s strength through LoRA parameters, facilitating fine-tuned control over the model’s behavior.

Inputs

FieldDescriptionComfy dtype
modelThe base model for modifications, to which LoRA adjustments will be applied.MODEL
lora_nameThe name of the LoRA file to be loaded, specifying the adjustments to apply to the model.COMBO[STRING]
strength_modelDetermines the intensity of the LoRA adjustments, with higher values indicating stronger modifications.FLOAT

Outputs

FieldDescriptionData Type
modelThe modified model with LoRA adjustments applied, reflecting changes in model behavior or capabilities.MODEL
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub