ComfyUI Node
Load LoRA Stack (Inteliweb)
Applies multiple LoRAs sequentially. CLIP is optional for model-only loading. Saved LoRA paths use forward slashes and are resolved portably between Windows and Linux.
Load LoRA Stack (Inteliweb)
- model
- clip
- MODEL
- CLIP
CategoryInteliweb/Loaders
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Diffusion model that receives the enabled LoRAs in row order. | |
| clipopt | CLIP | Optional CLIP model. When disconnected, LoRAs are applied only to the diffusion model. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | Model after applying all enabled LoRAs in order. |
| CLIP | CLIP | Modified CLIP when connected; otherwise None. |