> ## 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.

# LumaImageModifyNode - ComfyUI Built-in Node Documentation

> Complete documentation for the LumaImageModifyNode 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/LumaImageModifyNode/zh.md)

基于提示词和宽高比同步修改图像。此节点接收输入图像，并根据提供的文本提示词进行转换，同时保持原始图像的宽高比。

## 输入参数

| 参数名            | 数据类型   | 必填 | 取值范围                   | 描述                                     |
| -------------- | ------ | -- | ---------------------- | -------------------------------------- |
| `image`        | IMAGE  | 是  | -                      | 待修改的输入图像                               |
| `prompt`       | STRING | 是  | -                      | 图像生成的提示词（默认：""）                        |
| `image_weight` | FLOAT  | 否  | 0.0-0.98               | 图像权重；越接近1.0，图像修改程度越小（默认：0.1）           |
| `model`        | MODEL  | 是  | 提供多个选项                 | 用于图像修改的Luma模型                          |
| `seed`         | INT    | 否  | 0-18446744073709551615 | 决定节点是否重新运行的种子；无论种子如何，实际结果都是非确定性的（默认：0） |

## 输出参数

| 输出名称    | 数据类型  | 描述              |
| ------- | ----- | --------------- |
| `image` | IMAGE | 由Luma模型生成的修改后图像 |
