Skip to main content
The LoraLoaderBypass node applies a LoRA (Low-Rank Adaptation) to a diffusion model and a CLIP model in a special “bypass” mode. Unlike a standard LoRA loader, this method does not permanently modify the base model’s weights. Instead, it computes the output by adding the LoRA’s effect to the model’s normal forward pass, which is useful for training or when working with models that have their weights offloaded.

Inputs

ParameterDescriptionData TypeRequiredRange
modelThe diffusion model the LoRA will be applied to.MODELYes-
clipThe CLIP model the LoRA will be applied to.CLIPYes-
lora_nameThe name of the LoRA file to apply. The options are loaded from the loras folder.COMBOYesList of available LoRA files
strength_modelHow strongly to modify the diffusion model. This value can be negative (default: 1.0).FLOATYes-100.0 to 100.0
strength_clipHow strongly to modify the CLIP model. This value can be negative (default: 1.0).FLOATYes-100.0 to 100.0
Note: If both strength_model and strength_clip are set to 0, the node will return the original, unmodified model and clip inputs without processing.

Outputs

Output NameDescriptionData Type
MODELThe diffusion model with the LoRA applied in bypass mode.MODEL
CLIPThe CLIP model with the LoRA applied in bypass mode.CLIP
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): 2642f4ed98457e5fd08e2103ffb9f2c02f11326590aadf0636fb7db51f484815