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.
đź’€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)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model to apply LoRA adapters to. | |
| clip | CLIP | The CLIP encoder to apply LoRA adapters to. | |
| lora_name_1 | COMBO | Select the first LoRA file to apply (choose 'None' to skip). | |
| strength_model_1 | FLOAT | 1.00-100–100 | Strength for the diffusion model. Typical range [-2.0, 2.0]; 0 disables. |
| strength_clip_1 | FLOAT | 1.00-100–100 | Strength for the CLIP encoder. Typical range [-2.0, 2.0]; 0 disables. |
| lora_text_1 | STRING | None | Select text document associated with the first LoRA (automatically populated). |
| lora_name_2opt | COMBO | None | Select the second LoRA file to apply (optional, choose 'None' to skip). |
| strength_model_2opt | FLOAT | 0.00-100–100 | Strength for the diffusion model. Typical range [-2.0, 2.0]; 0 disables. |
| strength_clip_2opt | FLOAT | 1.00-100–100 | Strength for the CLIP encoder. Typical range [-2.0, 2.0]; 0 disables. |
| lora_name_3opt | COMBO | None | Select the third LoRA file to apply (optional, choose 'None' to skip). |
| strength_model_3opt | FLOAT | 0.00-100–100 | Strength for the diffusion model. Typical range [-2.0, 2.0]; 0 disables. |
| strength_clip_3opt | FLOAT | 1.00-100–100 | Strength for the CLIP encoder. Typical range [-2.0, 2.0]; 0 disables. |
| lora_text_2opt | STRING | None | Select text document associated with the second LoRA (automatically populated). |
| lora_text_3opt | STRING | None | Select text document associated with the third LoRA (automatically populated). |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The diffusion model with up to 3 LoRAs applied. |
| clip | CLIP | The CLIP model with up to 3 LoRAs applied. |
| lora_path | STRING | Text description of applied LoRAs and their strengths (can be empty if no LoRAs applied). |
| lora_text | STRING | Content of selected text documents from all LoRAs, separated by commas (can be empty if no texts selected). |