Skip to content
ComfyUI Workflows3 min read

ComfyUI LoRA Workflow: Load, Test and Keep Control

Learn how a ComfyUI LoRA workflow connects to a compatible base model. Test model strength, reference identity and output quality before stacking adapters.

AI-generated illustration: A stylist selects a fabric swatch beside an approved model portrait.

A ComfyUI LoRA workflow can help steer a compatible model toward a character, style or concept. It does not replace the base model, and it should not be treated as a file that works with every architecture.

What is a LoRA model?

LoRA means Low-Rank Adaptation. In this context, it is a smaller set of trained adjustments applied to a larger model. ComfyUI’s official LoRA example demonstrates loading an adapter and connecting its model and text-conditioning outputs into the graph. The same page explains the model and CLIP strength controls in that example.

The practical question is compatibility. Identify the base architecture, recommended checkpoint, intended task and any trigger text in the adapter’s documentation. A filename containing “portrait” does not tell you those details.

Build a baseline before loading the adapter

Use one plain scene with the intended base model. Save the output and graph. Then add the compatible LoRA using the documented loader. This lets you compare the adapter’s effect instead of guessing whether a difference came from a new model, prompt or sampler.

  1. Record the LoRA source, version, license and compatible model family.
  2. Place it in the appropriate model location for that workflow; the basic example uses models/loras.
  3. Select the file in the supported loader.
  4. Connect the adjusted outputs as shown in the model-specific example.
  5. Apply any documented trigger text and starting settings.
  6. Generate a small comparison set while holding other settings fixed.

How to evaluate strength

Do not assume maximum strength means maximum quality. A stronger influence can make a style more visible while damaging other parts of the image. Compare several reasonable settings around the author’s recommended starting point, then choose the one that meets your brief.

Adapter purposeAcceptance question
Character identityDoes the face remain recognizable across ordinary scene changes?
Visual styleDoes the intended treatment appear without swallowing product detail?
Clothing or object conceptDoes the object remain coherent from the needed viewpoints?

A character LoRA test sheet

Use five ordinary scenes: a neutral portrait, a three-quarter portrait, an outdoor waist-up image, a seated image and a simple product-adjacent composition. Keep the same identity criteria across all five. Look for changes in facial proportions, age appearance, hairline and distinctive features.

Score each scene as accepted, repairable or rejected. Do not average away a repeated failure that matters to your content plan. If your next campaign needs side-profile shots and those consistently fail, the adapter is not ready for that campaign even if its front-facing portrait is excellent.

Do not stack several LoRAs before understanding one

Adding an identity adapter, a wardrobe adapter and a strong visual-style adapter at the same time makes attribution difficult. Test the identity adapter first, then add the next component and compare against the saved result. Keep only additions that solve an actual production requirement.

For recurring content, save a short dependency note with the adapter versions and weights. If results change after an update, that note helps you identify whether the graph or model set changed.

Loading a LoRA is different from training one

This guide covers inference: generating outputs with an existing adapter. Training requires a suitable dataset, captions, training software and a separate evaluation process. Do not assume the Load LoRA node creates a new identity model from your pictures.

Continue with the consistent character workflow and workflow backup guide. If you want a hosted way to build a recurring persona, create your AI influencer in Clout and evaluate the resulting photos and videos against the same scene sheet.

Questions, answered

Frequently asked questions

Can I use any LoRA with any checkpoint?

No. Match the adapter to its documented architecture and supported workflow.

Is LoRA strength 1 always best?

No. Use the author’s guidance as a starting point and compare outputs against the actual brief.

Does loading a LoRA train a new character?

No. Loading is inference with an existing adapter. Training is a separate process.

Keep building

View all guides