"model":("MODEL",{"tooltip":"The diffusion model the LoRA will be applied to."}),
"clip":("CLIP",{"tooltip":"The CLIP model the LoRA will be applied to."}),
"lora_name":(folder_paths.get_filename_list("loras"),{"tooltip":"The name of the LoRA."}),
"strength_model":("FLOAT",{"default":1.0,"min":-100.0,"max":100.0,"step":0.01,"tooltip":"How strongly to modify the diffusion model. This value can be negative."}),
"strength_clip":("FLOAT",{"default":1.0,"min":-100.0,"max":100.0,"step":0.01,"tooltip":"How strongly to modify the CLIP model. This value can be negative."}),
DESCRIPTION="Apply LoRA in bypass mode. Unlike regular LoRA, this doesn't modify model weights - instead it injects the LoRA computation during forward pass. Useful for training scenarios."