ComfyUI Node

String LoRA Loader

Load a LoRA by providing the filename as a string input

By udayjain26·Created about a year ago·Updated 6 months ago· 1
String LoRA Loader
  • model
  • clip
  • MODEL
  • CLIP
lora_filename
strength_model1.00
strength_clip1.00
CategoryS3 Serverless Storage

Inputs (5)

NameTypeDefaultDescription
modelMODELThe diffusion model the LoRA will be applied to.
clipCLIPThe CLIP model the LoRA will be applied to.
lora_filenameSTRINGFilename of the LoRA to load (e.g., 'lora_name.safetensors')
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.

Outputs (2)

NameTypeDescription
MODELMODELThe modified diffusion model.
CLIPCLIPThe modified CLIP model.