Type: huggingface.lora.LoRASelector

Namespace: huggingface.lora

Description

Selects up to 5 LoRA models to apply to a Stable Diffusion model. lora, model customization, fine-tuning, SD

Use cases:
- Combining multiple LoRA models for unique image styles
- Fine-tuning Stable Diffusion models with specific attributes
- Experimenting with different LoRA combinations

Properties

Property Type Description Default
lora1 hf.lora_sd First LoRA model {'type': 'hf.lora_sd', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None}
strength1 float Strength for first LoRA 1.0
lora2 hf.lora_sd Second LoRA model {'type': 'hf.lora_sd', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None}
strength2 float Strength for second LoRA 1.0
lora3 hf.lora_sd Third LoRA model {'type': 'hf.lora_sd', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None}
strength3 float Strength for third LoRA 1.0
lora4 hf.lora_sd Fourth LoRA model {'type': 'hf.lora_sd', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None}
strength4 float Strength for fourth LoRA 1.0
lora5 hf.lora_sd Fifth LoRA model {'type': 'hf.lora_sd', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None}
strength5 float Strength for fifth LoRA 1.0

Outputs

Output Type Description
output List[hf.lora_sd_config]  

Metadata

Browse other nodes in the huggingface.lora namespace.