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
| Field | Description | Comfy dtype |
|---|---|---|
model | The base model for modifications, to which LoRA adjustments will be applied. | MODEL |
lora_name | The name of the LoRA file to be loaded, specifying the adjustments to apply to the model. | COMBO[STRING] |
strength_model | Determines the intensity of the LoRA adjustments, with higher values indicating stronger modifications. | FLOAT |
Outputs
| Field | Description | Data Type |
|---|---|---|
model | The 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