Learning Timeline
Key Insights
Trigger Words Requirement
Simply loading the LoRA is often not enough. You must check the download page (e.g., on Civitai) to see if the author specified 'trigger words' that must be included in your text prompt to activate the specific style or character.
Strength Sensitivity
The strength parameter determines influence. A value of 1.0 (100%) can sometimes 'burn' the image or cause artifacts. Reducing it to 0.8 is a common starting point for better blending.
Prompts
Example Style Test Prompt
Target:
ComfyUI Text Encoder
camping on the lakeside
Step by Step
Installing and Loading a LoRA in ComfyUI
- Navigate to Civitai and download the desired LoRA model (e.g., Commodore 64 pixel art style).
- Move the downloaded file into your ComfyUI installation folder under 'models' > 'loras'.
- Open your ComfyUI interface.
- Press the 'R' key on your keyboard to refresh the model list so the new file is recognized.
- Double-click on the background canvas to open the node search.
- Search for 'LoraLoaderModelOnly' (or 'Lora Loader Model Only') and select it to add the node.
- In the new node, click the model dropdown menu and select the file you just downloaded.
- Adjust the 'strength' value (e.g., set to 0.8 for 80% influence) to control how heavily the style impacts the generation.
Wiring the LoRA Node into the Workflow
- Locate the main diffusion model node (Checkpoint Loader) and the sampling node (KSampler) in your current workflow.
- Disconnect the direct link between the Diffusion Model and the KSampler (if one exists).
- Click and drag from the 'Model' output of the Checkpoint/Diffusion node.
- Connect it to the 'model' input slot on the 'LoRA Loader' node.
- Click and drag from the 'model' output slot of the 'LoRA Loader' node.
- Connect it to the 'model' input slot on the KSampler (or the next node in the chain).
- Ensure the LoRA node sits legally 'in between' the source model and the sampler.
Chaining Multiple LoRA Models
- Double-click the canvas and add another 'Lora Loader' node.
- Select the second LoRA model from the dropdown list within the new node.
- Disconnect the output from the first LoRA node.
- Connect the 'model' output of the first LoRA node to the 'model' input of the second LoRA node.
- Connect the 'model' output of the second LoRA node to the KSampler.
- Repeat this 'daisy chain' process to stack as many models as required.