ComfyUI Node
Load LoRA to use with Core ML
This LoRA loader is used to modify both diffusion and CLIP models, altering the way in which latents are denoised such as applying styles. Multiple LoRA nodes can be linked together.
Load LoRA to use with Core ML
- clip
- lora_params
- CLIP
- lora_params
◄lora_name▾►
◄strength_model1.00►
◄strength_clip1.00►
CategoryCore ML Suite
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model the LoRA will be applied to. | |
| lora_name | COMBO | The name of the LoRA. | |
| strength_model | FLOAT | 1.00-100–100 | How strongly to modify the diffusion model. This value can be negative. |
| strength_clip | FLOAT | 1.00-100–100 | How strongly to modify the CLIP model. This value can be negative. |
| lora_paramsopt | LORA_PARAMS | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| CLIP | CLIP | The modified diffusion model. |
| lora_params | LORA_PARAMS | The modified CLIP model. |