> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# LoraLoader - ComfyUI Built-in Node Documentation

> Complete documentation for the LoraLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.

此节点会自动检测 LoRA 文件夹（包括子文件夹）中的模型，对应的模型路径为 `ComfyUI\models\loras`。更多信息请参考《安装 LoRA 模型》。

LoRA 加载器节点主要用于加载 LoRA 模型。你可以将 LoRA 模型视为滤镜，能够为图像赋予特定的风格、内容和细节：

* 应用特定的艺术风格（如水墨画）
* 添加特定角色的特征（如游戏角色）
* 为图像添加特定细节
  所有这些都可以通过 LoRA 实现。

如果需要加载多个 LoRA 模型，可以直接将多个节点串联起来，如下所示：

## 输入

| 参数       | 描述                                                      | 数据类型           |
| -------- | ------------------------------------------------------- | -------------- |
| `模型`     | 通常用于连接基础模型                                              | MODEL          |
| `CLIP`   | 通常用于连接 CLIP 模型                                          | CLIP           |
| `LoRA名称` | 选择要使用的 LoRA 模型名称                                        | COMBO\[STRING] |
| `模型强度`   | 取值范围为 -100.0 到 100.0，日常图像生成通常在 0\~1 之间使用。数值越高，模型调整效果越明显 | FLOAT          |
| `CLIP强度` | 取值范围为 -100.0 到 100.0，日常图像生成通常在 0\~1 之间使用。数值越高，模型调整效果越明显 | FLOAT          |

## 输出

| 参数     | 描述                    | 数据类型  |
| ------ | --------------------- | ----- |
| `模型`   | 应用了 LoRA 调整后的模型       | MODEL |
| `CLIP` | 应用了 LoRA 调整后的 CLIP 实例 | CLIP  |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LoraLoader/zh.md)
