Nodes/comfyui_inteliweb_nodes/Load LoRA Stack (Inteliweb)
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.

By maoper11·Created 12 months ago·Updated 10 days ago· 4
Load LoRA Stack (Inteliweb)
  • model
  • clip
  • MODEL
  • CLIP
CategoryInteliweb/Loaders

Inputs (2)

NameTypeDefaultDescription
modelMODELDiffusion model that receives the enabled LoRAs in row order.
clipoptCLIPOptional CLIP model. When disconnected, LoRAs are applied only to the diffusion model.

Outputs (2)

NameTypeDescription
MODELMODELModel after applying all enabled LoRAs in order.
CLIPCLIPModified CLIP when connected; otherwise None.