ComfyUI Node
LoRA Folder Batch
A ComfyUI node in π«Ά ComfyAssets/π§° xyz-helpers with 10 inputs and 3 outputs.
LoRA Folder Batch
- lora_params
- lora_list
- lora_count
βfolder_path.βΊ
βstrength1.0βΊ
βbatch_modesequentialβΊ
βinclude_patternβΊ
βexclude_patternβΊ
βmax_loras50βΊ
βauto_batchdisabledβΊ
βbatch_size25βΊ
βbatch_index0βΊ
βsort_ordernaturalβΊ
Categoryπ«Ά ComfyAssets/π§° xyz-helpers
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | . | Folder path relative to models/loras (or absolute path) |
| strength | STRING | 1.0 | Strength values (e.g., '1.0' or '0.5,0.75,1.0' or '0.5...1.0+0.1') |
| batch_mode | COMBO | sequential | Sequential: one strength per LoRA, Combinatorial: all strengths for each LoRA |
| include_patternopt | STRING | Regex pattern to include files (empty = all) | |
| exclude_patternopt | STRING | Regex pattern to exclude files (e.g., 'test|backup') | |
| max_lorasopt | INT | 501β500 | Maximum number of LoRAs to process (to prevent UI disconnection) |
| auto_batchopt | COMBO | disabled | Auto-batch large sets into chunks of 25 LoRAs |
| batch_sizeopt | INT | 255β100 | Number of LoRAs per batch when auto-batching |
| batch_indexopt | INT | 00β100 | Which batch to output (0-based index) |
| sort_orderopt | COMBO | natural | How to sort the LoRA files |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| lora_params | LORA_PARAMS | β |
| lora_list | STRING | β |
| lora_count | INT | β |