LoRA (Low-Rank Adaptation) is an efficient technique for fine-tuning large generative models like Stable Diffusion. It introduces trainable low-rank matrices to the pre-trained model, adjusting only a portion of parameters rather than retraining the entire model, thus achieving optimization for specific tasks at a lower computational cost. Compared to base models like SD1.5, LoRA models are smaller and easier to train.Documentation Index
Fetch the complete documentation index at: https://dripart-fix-cloud-button-text-1773163393.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

- Installing a LoRA model
- Generating images using a LoRA model
- A simple introduction to the
Load LoRAnode
Required Model Installation
Download the dreamshaper_8.safetensors file and put it in yourComfyUI/models/checkpoints folder.
Download the blindbox_V1Mix.safetensors file and put it in your ComfyUI/models/loras folder.
LoRA Workflow File
Download the image below and drag it into ComfyUI to load the workflow.
Complete the Workflow Step by Step
Follow the steps in the diagram below to ensure the workflow runs correctly.
- Ensure
Load Checkpointloadsdreamshaper_8.safetensors - Ensure
Load LoRAloadsblindbox_V1Mix.safetensors - Click the
Queuebutton, or use the shortcutCtrl(cmd) + Enterto generate the image
Load LoRA Node Introduction

ComfyUI\models\loras folder will be detected by ComfyUI and can be loaded using this node.
Input Types
| Parameter Name | Function |
|---|---|
model | Connect to the base model |
clip | Connect to the CLIP model |
lora_name | Select the LoRA model to load and use |
strength_model | Affects how strongly the LoRA influences the model weights; higher values make the LoRA style stronger |
strength_clip | Affects how strongly the LoRA influences the CLIP text embeddings |
Output Types
| Parameter Name | Function |
|---|---|
model | Outputs the model with LoRA adjustments applied |
clip | Outputs the CLIP model with LoRA adjustments applied |
Load LoRA nodes to be linked in series to apply multiple LoRA models. For more details, please refer to ComfyUI Multiple LoRAs Example

Try It Yourself
- Try modifying the prompt or adjusting different parameters of the
Load LoRAnode, such asstrength_model, to observe changes in the generated images and become familiar with theLoad LoRAnode. - Visit CivitAI to download other kinds of LoRA models and try using them.