Nodes/ComfyUI Prepack/đź’€Prepack Loras
ComfyUI Node

đź’€Prepack Loras

Load and apply up to 3 LoRA adapters to both the diffusion model and the CLIP encoder; also returns a formatted LoRA prompt string.

By S4MUEL-404·Created 11 months ago·Updated 9 months ago· 2
đź’€Prepack Loras
  • model
  • clip
  • model
  • clip
  • lora_path
  • lora_text
â—„lora_name_1â–ľâ–ş
â—„strength_model_11.00â–ş
â—„strength_clip_11.00â–ş
â—„lora_text_1Noneâ–ş
â—„lora_name_2Noneâ–ş
â—„strength_model_20.00â–ş
â—„strength_clip_21.00â–ş
â—„lora_name_3Noneâ–ş
â—„strength_model_30.00â–ş
â—„strength_clip_31.00â–ş
â—„lora_text_2Noneâ–ş
â—„lora_text_3Noneâ–ş
Categoryđź’€Prepack

Inputs (14)

NameTypeDefaultDescription
modelMODELThe diffusion model to apply LoRA adapters to.
clipCLIPThe CLIP encoder to apply LoRA adapters to.
lora_name_1COMBOSelect the first LoRA file to apply (choose 'None' to skip).
strength_model_1FLOAT1.00-100–100Strength for the diffusion model. Typical range [-2.0, 2.0]; 0 disables.
strength_clip_1FLOAT1.00-100–100Strength for the CLIP encoder. Typical range [-2.0, 2.0]; 0 disables.
lora_text_1STRINGNoneSelect text document associated with the first LoRA (automatically populated).
lora_name_2optCOMBONoneSelect the second LoRA file to apply (optional, choose 'None' to skip).
strength_model_2optFLOAT0.00-100–100Strength for the diffusion model. Typical range [-2.0, 2.0]; 0 disables.
strength_clip_2optFLOAT1.00-100–100Strength for the CLIP encoder. Typical range [-2.0, 2.0]; 0 disables.
lora_name_3optCOMBONoneSelect the third LoRA file to apply (optional, choose 'None' to skip).
strength_model_3optFLOAT0.00-100–100Strength for the diffusion model. Typical range [-2.0, 2.0]; 0 disables.
strength_clip_3optFLOAT1.00-100–100Strength for the CLIP encoder. Typical range [-2.0, 2.0]; 0 disables.
lora_text_2optSTRINGNoneSelect text document associated with the second LoRA (automatically populated).
lora_text_3optSTRINGNoneSelect text document associated with the third LoRA (automatically populated).

Outputs (4)

NameTypeDescription
modelMODELThe diffusion model with up to 3 LoRAs applied.
clipCLIPThe CLIP model with up to 3 LoRAs applied.
lora_pathSTRINGText description of applied LoRAs and their strengths (can be empty if no LoRAs applied).
lora_textSTRINGContent of selected text documents from all LoRAs, separated by commas (can be empty if no texts selected).