ComfyUI Node
Smart Load LoRA
Load a LoRA model (just like the core LoRA loader), but also outputs the model name and strength to a formatted string. Optional second model applies the same UNet LoRA.
Smart Load LoRA
- model
- clip
- model2
- model
- clip
- lora_string
- model2
◄lora_name▾►
◄strength_model1.00►
◄strength_clip1.00►
◄lora_string►
CategorySmartHelperNodes
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the LoRA will be applied to. | |
| 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. |
| model2opt | MODEL | Optional second diffusion model; the same LoRA is applied to both models (UNet only on this input). | |
| lora_stringopt | STRING | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| clip | CLIP | — |
| lora_string | STRING | — |
| model2 | MODEL | — |