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

# FluxProImageNode - ComfyUI Built-in Node Documentation

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

基于提示词和分辨率同步生成图像。该节点通过向 API 端点发送请求并等待完整响应后返回生成的图像，使用 Flux 1.1 Pro 模型创建图像。

## 输入参数

| 参数名                 | 数据类型    | 必填 | 取值范围                   | 描述                                                                         |
| ------------------- | ------- | -- | ---------------------- | -------------------------------------------------------------------------- |
| `prompt`            | STRING  | 是  | -                      | 图像生成的提示词（默认：空字符串）                                                          |
| `prompt_upsampling` | BOOLEAN | 是  | -                      | 是否对提示词执行上采样。如果启用，会自动修改提示词以实现更具创造性的生成，但结果具有不确定性（相同种子不会产生完全相同的结果）。（默认：False） |
| `width`             | INT     | 是  | 256-1440               | 图像宽度（像素）（默认：1024，步长：32）                                                    |
| `height`            | INT     | 是  | 256-1440               | 图像高度（像素）（默认：768，步长：32）                                                     |
| `seed`              | INT     | 是  | 0-18446744073709551615 | 用于创建噪声的随机种子（默认：0）                                                          |
| `image_prompt`      | IMAGE   | 否  | -                      | 可选参考图像，用于指导生成过程                                                            |

## 输出参数

| 输出名称     | 数据类型  | 描述            |
| -------- | ----- | ------------- |
| `output` | IMAGE | 从 API 返回的生成图像 |
