ComfyUI Node
Load LoRA
Apply the selected LoRA. NONE/null returns the input model and CLIP unchanged.
Load LoRA
- model
- clip
- model
- clip
- applied lora
◄lora_nameNONE►
◄strength_model1.00►
◄strength_clip1.00►
CategoryHYBS/LoRA
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | MODEL to receive the LoRA. | |
| clip | CLIP | CLIP to receive the LoRA. | |
| lora_name | COMBO | NONE | LoRA filename. NONE leaves the input model and CLIP unchanged. |
| strength_model | FLOAT | 1.00-20–20 | LoRA strength for MODEL. |
| strength_clip | FLOAT | 1.00-20–20 | LoRA strength for CLIP. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | MODEL after the LoRA is applied. |
| clip | CLIP | CLIP after the LoRA is applied. |
| applied lora | STRING | Applied LoRA token, or an empty string for NONE. |