Nodes/ComfyUI_StarNodes/⭐ Star 3 LoRAs
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.

By Starnodes2024·Created 2 years ago·Updated 16 days ago· 95
⭐ 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)

NameTypeDefaultDescription
modeloptMODELThe diffusion model the LoRAs will be applied to.
lora1_nameoptCOMBOThe name of the first LoRA to apply. Select 'None' to skip.
strength1_modeloptFLOAT1.00-100–100How strongly to modify the diffusion model with the first LoRA.
strength1_clipoptFLOAT1.00-100–100How strongly to modify the CLIP model with the first LoRA.
lora2_nameoptCOMBONoneThe name of the second LoRA to apply. Select 'None' to skip.
strength2_modeloptFLOAT1.00-100–100How strongly to modify the diffusion model with the second LoRA.
strength2_clipoptFLOAT1.00-100–100How strongly to modify the CLIP model with the second LoRA.
lora3_nameoptCOMBONoneThe name of the third LoRA to apply. Select 'None' to skip.
strength3_modeloptFLOAT1.00-100–100How strongly to modify the diffusion model with the third LoRA.
strength3_clipoptFLOAT1.00-100–100How strongly to modify the CLIP model with the third LoRA.
clipoptCLIPThe CLIP model the LoRAs will be applied to. Optional.
LoRA_StackoptLORA_STACKOptional input for chaining multiple LoRA nodes together.

Outputs (3)

NameTypeDescription
modelMODELThe modified diffusion model with all LoRAs applied.
clipCLIPThe modified CLIP model with all LoRAs applied (if provided).
lora_stackLORA_STACKA stack of all applied LoRAs for use with FluxStart or chaining to another LoRA node.