Nodes/ComfyUI-hybs-nodes/Conditional LoRA Loader
ComfyUI Node

Conditional LoRA Loader

Conditionally apply LoRAs whose TOML trigger regex matches the positive prompt.

By hybskgks28275·Created about a year ago·Updated 2 months ago· 3
Conditional LoRA Loader
  • model
  • clip
  • model
  • clip
  • applied loras
positive
config_toml
CategoryHYBS/ConditionalLoRALoader

Inputs (4)

NameTypeDefaultDescription
modelMODEL
clipCLIP
positiveSTRINGPositive prompt matched against TOML trigger regular expressions.
config_tomlCOMBOTOML file under config/ that contains [[lora]] entries.

Outputs (3)

NameTypeDescription
modelMODELMODEL with all matching LoRAs applied.
clipCLIPCLIP with all matching LoRAs applied.
applied lorasSTRINGSpace-separated tokens for the applied LoRAs.