ComfyUI Multiple LoRAs Example
This guide demonstrates how to apply multiple LoRA models simultaneously in ComfyUI
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.
- Ensure
Load Checkpoint
loads dreamshaper_8.safetensors - Ensure first
Load LoRA
loads blindbox_V1Mix.safetensors - Ensure second
Load LoRA
loads MoXinV1.safetensors - Click
Queue
or pressCtrl/Cmd + Enter
to generate
Try It Yourself
- Adjust
strength_model
values in bothLoad LoRA
nodes to control each LoRA’s influence - Explore CivitAI for additional LoRAs and create custom combinations
Was this page helpful?