The DP Five LoRA Loaders package provides two specialized nodes for managing multiple LoRA models in ComfyUI:
- A standard loader that applies up to five LoRA models with fixed strength values
- A random loader that applies LoRA models with randomized strength values within specified ranges

Required:
model
: The base model to apply LoRAs toclip
: The CLIP modelloader_state
: Toggle between "ON" and "OFF" to enable/disable LoRA applicationLora_01
toLora_05
: LoRA model selection (includes 'None' option) × 5Lora_01_Strength
toLora_05_Strength
: Strength value for each LoRA (0.0 to 3.0) × 5
model
: The modified model with applied LoRAsclip
: The modified CLIP modellora_info
: A string containing information about applied LoRAs and their strengths

Required:
- All standard loader required inputs
Lora_01
toLora_05
: LoRA model selection × 5Lora_01_Strength
toLora_05_Strength
: Base strength values × 5Random_Min
toRandom_Min_5
: Minimum strength values × 5Random_Max
toRandom_Max_5
: Maximum strength values × 5
Same as standard loader, but strength values will be randomized within specified ranges each time the node runs.
- Both nodes allow up to 5 simultaneous LoRA models
- Strength values range from 0.0 to 3.0
- Setting strength to 0.0 or selecting "None" will skip that LoRA
- The random loader generates new strength values within the specified ranges on each run
- Random strengths are rounded to 2 decimal places