Nodes/ComfyUI-FairLab/Load LoRA Dual
ComfyUI Node

Load LoRA Dual

LoRAs are used to modify diffusion and CLIP models, altering the way in which latents are denoised such as applying styles. Multiple LoRA nodes can be linked together.

By yanhuifair·Created 2 years ago·Updated 2 months ago· 2
Load LoRA Dual
  • model
  • clip
  • models
  • clips
lora_name
strength_model1.00
strength_clip1.00
lora_name_2
strength_model_21.00
strength_clip_21.00
CategoryFair/loaders

Inputs (8)

NameTypeDefaultDescription
modelMODELThe diffusion model the LoRA will be applied to.
clipCLIPThe CLIP model the LoRA will be applied to.
lora_nameCOMBOThe name of the LoRA.
strength_modelFLOAT1.00-100–100How strongly to modify the diffusion model. This value can be negative.
strength_clipFLOAT1.00-100–100How strongly to modify the CLIP model. This value can be negative.
lora_name_2COMBOThe name of the LoRA.
strength_model_2FLOAT1.00-100–100How strongly to modify the diffusion model. This value can be negative.
strength_clip_2FLOAT1.00-100–100How strongly to modify the CLIP model. This value can be negative.

Outputs (2)

NameTypeDescription
modelsMODELThe modified diffusion model.
clipsCLIPThe modified CLIP model.