This guide will help you understand and use a single LoRA model
Load LoRA
nodeComfyUI/models/checkpoints
folder.
Download the blindbox_V1Mix.safetensors file and put it in your ComfyUI/models/loras
folder.
Workflows
-> Open (ctrl+o)
.Load Checkpoint
loads dreamshaper_8.safetensors
Load LoRA
loads blindbox_V1Mix.safetensors
Queue
button, or use the shortcut Ctrl(cmd) + Enter
to generate the imageComfyUI\models\loras
folder will be detected by ComfyUI and can be loaded using this node.
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 |
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
Load LoRA
node, such as strength_model
, to observe changes in the generated images and become familiar with the Load LoRA
node.