ComfyUI Node Runs on cloud
Load LoRA Model
A ComfyUI node in model/loaders with 4 inputs and 1 output.
Load LoRA Model
- model
- lora
- model
◄strength_model1.00►
◄bypassfalse►
Categorymodel/loaders
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the LoRA will be applied to. | |
| lora | LORA_MODEL | The LoRA model to apply to the diffusion model. | |
| strength_model | FLOAT | 1.00-100–100 | How strongly to modify the diffusion model. This value can be negative. |
| bypass | BOOLEAN | false | When enabled, applies LoRA in bypass mode without modifying base model weights. Useful for training and when model weights are offloaded. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The modified diffusion model. |