ComfyUI Node
⭐ Star 3 LoRAs
Apply up to three LoRAs sequentially to a model and optionally to CLIP. Each LoRA can be individually configured or disabled. Can be connected to FluxStart for internal conditioning.
⭐ Star 3 LoRAs
- model
- clip
- LoRA_Stack
- model
- clip
- lora_stack
◄lora1_name▾►
◄strength1_model1.00►
◄strength1_clip1.00►
◄lora2_nameNone►
◄strength2_model1.00►
◄strength2_clip1.00►
◄lora3_nameNone►
◄strength3_model1.00►
◄strength3_clip1.00►
Category⭐StarNodes
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| modelopt | MODEL | The diffusion model the LoRAs will be applied to. | |
| lora1_nameopt | COMBO | The name of the first LoRA to apply. Select 'None' to skip. | |
| strength1_modelopt | FLOAT | 1.00-100–100 | How strongly to modify the diffusion model with the first LoRA. |
| strength1_clipopt | FLOAT | 1.00-100–100 | How strongly to modify the CLIP model with the first LoRA. |
| lora2_nameopt | COMBO | None | The name of the second LoRA to apply. Select 'None' to skip. |
| strength2_modelopt | FLOAT | 1.00-100–100 | How strongly to modify the diffusion model with the second LoRA. |
| strength2_clipopt | FLOAT | 1.00-100–100 | How strongly to modify the CLIP model with the second LoRA. |
| lora3_nameopt | COMBO | None | The name of the third LoRA to apply. Select 'None' to skip. |
| strength3_modelopt | FLOAT | 1.00-100–100 | How strongly to modify the diffusion model with the third LoRA. |
| strength3_clipopt | FLOAT | 1.00-100–100 | How strongly to modify the CLIP model with the third LoRA. |
| clipopt | CLIP | The CLIP model the LoRAs will be applied to. Optional. | |
| LoRA_Stackopt | LORA_STACK | Optional input for chaining multiple LoRA nodes together. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The modified diffusion model with all LoRAs applied. |
| clip | CLIP | The modified CLIP model with all LoRAs applied (if provided). |
| lora_stack | LORA_STACK | A stack of all applied LoRAs for use with FluxStart or chaining to another LoRA node. |