ComfyUI Node
MultiLoRA Cycle
Cycles through LoRAs and strength values in a connected Multi LoRA Loader. Set strengths as a comma-separated list, connect to the loader, and queue repeatedly to iterate.
MultiLoRA Cycle
- load_options
◄strengths0.5,0.75,1.0►
◄lora_index1►
◄strength_index1►
◄modeincrement►
◄loopfalse►
Categoryloaders
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| strengths | STRING | 0.5,0.75,1.0 | Comma-separated strength values to cycle through for each LoRA. |
| lora_index | INT | 11–9999 | Current LoRA position (1-based). Auto-incremented by the JS frontend when mode is 'increment'. |
| strength_index | INT | 11–9999 | Current strength position (1-based). Auto-incremented each queue run. |
| mode | COMBO | increment | 'increment' auto-advances each run; 'fixed' stays on the current indices. |
| loop | BOOLEAN | false | When all combinations are exhausted, wrap back to the start instead of stopping. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| load_options | LOAD_OPTIONS | — |