In our ComfyUI LoRA Example, we introduced how to load and use a single LoRA model, mentioning the node’s chain connection capability.

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:

By chaining multiple LoRA models, we achieve a blended style in the final output:

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:

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.

  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