ComfyUI Node
PM LoRA Stacker (from Directory)
Stacks LoRA weights from the given directory. Loads all LoRAs from a directory and prepares them for merging. Both UNet and CLIP layers are included in the stack. Outputs: - LoRAStack: All LoRA patches from directory (UNet + CLIP layers) - LoRAWeights: Strength metadata for each LoRA (strength_model and strength_clip)
PM LoRA Stacker (from Directory)
- model
- clip
- LoRAStack
- LoRAWeights
◄directory—►
◄strength_model1.00►
◄strength_clip1.00►
◄layer_filterfull►
◄sort_byname►
◄limit-1►
CategoryLoRA PowerMerge
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model used to load LoRA UNet key mappings. | |
| clip | CLIP | The CLIP model used to load LoRA CLIP key mappings. | |
| directory | STRING | — | |
| strength_model | FLOAT | 1.00-10–10 | General model strength applied to all LoRAs. |
| strength_clip | FLOAT | 1.00-10–10 | General CLIP strength applied to all LoRAs. |
| layer_filter | COMBO | full | Filter for specific layers. |
| sort_by | COMBO | name | Sort LoRAs by name or size. |
| limit | INT | -1-1–1000 | Limit the number of LoRAs to load. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| LoRAStack | LoRAStack | — |
| LoRAWeights | LoRAWeights | — |