In our ComfyUI LoRA Example, we introduced how to load and use a single LoRA model, mentioning the node’s chain connection capability. LoRA Node Chaining This tutorial demonstrates chaining multiple Load LoRA nodes to apply two LoRA models simultaneously: blindbox_V1Mix and MoXinV1. The comparison below shows individual effects of these LoRAs using identical parameters: Single LoRA Effects Comparison By chaining multiple LoRA models, we achieve a blended style in the final output: Multi-LoRA Application Result

Model Installation

Download the dreamshaper_8.safetensors file and put it in your ComfyUI/models/checkpoints folder. Download the blindbox_V1Mix.safetensors file and put it in your ComfyUI/models/loras folder. Download the MoXinV1.safetensors file and put it in your ComfyUI/models/loras folder.

Multi-LoRA Workflow

Download the image below and drag it into ComfyUI to load the workflow: ComfyUI Workflow - Multiple LoRAs
Images containing workflow JSON in their metadata can be directly dragged into ComfyUI or loaded using the menu Workflows -> Open (ctrl+o).

Complete the Workflow Step by Step

Follow the steps in the diagram below to ensure the workflow runs correctly. Multi-LoRA Workflow Diagram
  1. Ensure Load Checkpoint loads dreamshaper_8.safetensors
  2. Ensure first Load LoRA loads blindbox_V1Mix.safetensors
  3. Ensure second Load LoRA loads MoXinV1.safetensors
  4. Click Queue or press Ctrl/Cmd + Enter to generate

Try It Yourself

  1. Adjust strength_model values in both Load LoRA nodes to control each LoRA’s influence
  2. Explore CivitAI for additional LoRAs and create custom combinations