> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LumaReferenceNode - ComfyUI Built-in Node Documentation

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

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

此节点保存图像和权重值，用于 Luma 生成图像节点。它创建一个参考链，可传递给其他 Luma 节点以影响图像生成。该节点可以启动新的参考链，也可以添加到现有参考链中。

## 输入参数

| 参数名        | 数据类型      | 必填 | 取值范围      | 描述                       |
| ---------- | --------- | -- | --------- | ------------------------ |
| `图片`       | IMAGE     | 是  | -         | 用作参考的图像。                 |
| `权重`       | FLOAT     | 是  | 0.0 - 1.0 | 图像参考的权重（默认值：1.0）。        |
| `luma_ref` | LUMA\_REF | 否  | -         | 可选的现有 Luma 参考链，用于添加到此链中。 |

## 输出参数

| 输出名称       | 数据类型      | 描述                 |
| ---------- | --------- | ------------------ |
| `luma_ref` | LUMA\_REF | 包含图像和权重的 Luma 参考链。 |
