ComfyUI Node
Conditional LoRA Loader
Conditionally apply LoRAs whose TOML trigger regex matches the positive prompt.
Conditional LoRA Loader
- model
- clip
- model
- clip
- applied loras
◄positive►
◄config_toml▾►
CategoryHYBS/ConditionalLoRALoader
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| clip | CLIP | — | |
| positive | STRING | Positive prompt matched against TOML trigger regular expressions. | |
| config_toml | COMBO | TOML file under config/ that contains [[lora]] entries. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | MODEL with all matching LoRAs applied. |
| clip | CLIP | CLIP with all matching LoRAs applied. |
| applied loras | STRING | Space-separated tokens for the applied LoRAs. |