Nodes/Comfyui-DiffusersUtils/Diffusers Merge LoRA to Pipeline
ComfyUI Node

Diffusers Merge LoRA to Pipeline

Apply a pre-loaded LoRA to transformer. This allows separation of loading and applying LoRAs.

By lrzjason·Created 9 months ago·Updated 7 months ago· 14
Diffusers Merge LoRA to Pipeline
  • pipeline
  • lora
  • PIPELINE
strength1.00
adapter_namedefault
CategoryDiffusers/Lora

Inputs (4)

NameTypeDefaultDescription
pipelinePIPELINE
loraLORAThe loaded LoRA to apply.
strengthFLOAT1.00-10–10How strongly to modify the diffusion model. This value can be negative.
adapter_nameSTRINGdefaultThe name of the adapter to use.

Outputs (1)

NameTypeDescription
PIPELINEPIPELINEThe modified pipeline.