In this categoryImage Tools · 47
- How to Generate Your First Image with Midjourney on DiscordStart
- How to Write Midjourney Prompts That Actually Work
- How to Upscale and Export High-Resolution Images in Midjourney
- How to Create Consistent Characters in Midjourney with --cref
- How to Use Image Prompts and the /blend Command in Midjourney
- How to Lock a Visual Style Across Images with Midjourney --sref
- How to Set the Right Aspect Ratio for Each Platform in Midjourney
- How to Edit Parts of an Image with Vary (Region) in Midjourney
- How to Extend an Image with Pan and Zoom Out in Midjourney
- How to Batch Many Variations with Permutation Prompts in Midjourney
- How to Organize and Rerun Your Images from the Midjourney Website
- How to Install ComfyUI on Windows with an NVIDIA GPU
- How to Run Flux.1 Dev in ComfyUI
- How to Install ComfyUI Manager to Add Nodes and Models Easily
- How to Generate Fast Images with Flux.1 Schnell in ComfyUI
- How to Use a LoRA in ComfyUI
- How to Write Better Prompts for Flux in ComfyUI
- How to Upscale AI Images in ComfyUI with an ESRGAN Model
- How to Inpaint and Fix Part of an Image in ComfyUI
- How to Batch Generate Many Image Variations in ComfyUI
- How to Control Image Composition with ControlNet in ComfyUI
- How to Fix Out-of-Memory and Slow Generations in ComfyUI
- How to Upscale a Photo in Magnific Without Hallucinating New Detail
- How to Restore an Old Scanned Photo with Topaz Photo AI
- How to Remove the Background from a Product Photo in Photoroom
- How to Generate a Lifestyle Background for a Product in Photoroom
- How to Upscale and Restore an Old Photo with AI
- How to Batch Upscale a Folder of Images with Topaz Photo AI
- How to Add Detail to AI Art with Magnific's High Creativity Mode
- How to Relight a Flat Product Photo Using Magnific Relight
- How to Batch-Edit Product Photos for Shopify with Photoroom
- How to Choose Between Topaz Photo AI and Gigapixel for Heavy Enlargements
- How to Add a Realistic Shadow to a Cut-Out Product in Photoroom
- How to Batch Edit Photos with AI Presets
- How to Fix a Blurry Face in a Portrait Across Topaz and Magnific
- How to Make a Logo in Canva from a Text Prompt
- How to Create a Logo with Readable Text in Ideogram
- How to Design a Clickable YouTube Thumbnail in Canva
- How to Remove an Image Background in Canva
- How to Resize One Graphic for Every Platform in Canva
- How to Build an Instagram Carousel in Canva
- How to Set Up a Brand Kit in Canva for Consistent Graphics
- How to Make a Social Quote Graphic in Ideogram
- How to Design a Blog Featured Image in Canva
- How to Create Podcast Cover Art with Ideogram and Canva
- How to Upscale an AI Image for Print Quality
- How to Write Image Prompts That Get Usable Results
How to Use a LoRA in ComfyUI
Add a LoRA to your workflow to push a model toward a specific style or subject, and learn how to balance its strength against the base model.
A LoRA is a small file that nudges a base model toward a particular style, character, or concept without retraining the whole thing. In ComfyUI you apply one by inserting a Load LoRA node between your checkpoint and the rest of the graph. This guide shows the wiring and how to tune its strength.
What you need
- A working text-to-image workflow (SD 1.5, SDXL, or Flux)
- A LoRA file that matches your base model's family
- Any trigger words the LoRA's page lists
Step 1: Put the LoRA file in the right folder
Drop the .safetensors LoRA into models/loras. A LoRA trained on SDXL only works with SDXL checkpoints, and a Flux LoRA only works with Flux. Mixing families gives garbled or no results.
Step 2: Add a Load LoRA node
Right-click the canvas, choose Add Node > loaders > Load LoRA. This node takes a model and a clip input and outputs a modified model and clip.
Step 3: Wire it between checkpoint and sampler
Connect the checkpoint's MODEL and CLIP outputs into the Load LoRA node, then route the LoRA node's MODEL and CLIP outputs onward to the sampler and the text encoders. The LoRA must sit in the middle of that chain to take effect.
Step 4: Add the trigger words to your prompt
Many LoRAs are trained with specific trigger words that activate the concept. Check the LoRA's download page and add those words to your positive prompt, otherwise the LoRA may barely show up.
Step 5: Stack multiple LoRAs if needed
To combine, say, a style LoRA and a character LoRA, chain a second Load LoRA node after the first. Each node modifies the model and clip from the one before it. Keep the combined strengths modest so they do not fight each other.
a portrait of a knight in a misty forest, dramatic lighting,
mystyle, intricate armor, cinematicResult: the same base model now renders in your chosen style. Save the workflow once you find a strength that works so you can reuse it without rewiring.
Watch related tutorials
19:48
20:00
19:00
32:00
39:00
21:00New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.