ComfyUI Node
Extract Power LoRAs
Extract LoRA names (and strengths) from rgthree Power Lora Loader nodes in the graph/workflow. Outputs: - loras_token (STRING): Grouped token string, sanitized for filenames. - loras_names (STRING): Delimiter-joined short names with strengths, no parentheses. - loras_list (STRING): Newline-separated base names (file stem, no extension) including labeled strengths when available, one per line.
Extract Power LoRAs
- loras_token
- loras_names
- loras_list
◄loras_delimiter;►
CategoryAUN Nodes/Utility
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| loras_delimiter | STRING | ; | Delimiter between LoRA entries in the token (e.g. '+', '-', '_', ',', ';'). |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| loras_token | STRING | — |
| loras_names | STRING | — |
| loras_list | STRING | — |