ComfyUI Node
Flux Pro 1.0 Fill [Inpaint]
A ComfyUI node in BFL with 9 inputs and 2 outputs.
Flux Pro 1.0 Fill [Inpaint]
- image
- mask
- IMAGE
- STRING
◄prompt►
◄steps50►
◄guidance60.00►
◄safety_tolerance6►
◄output_formatjpeg►
◄seed-1►
◄prompt_upsamplingfalse►
CategoryBFL
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | A Base64-encoded string representing the image you wish to modify. Can contain alpha mask if desired. | |
| prompt | STRING | The description of the changes you want to make. This text guides the inpainting process, specifying features, styles, or modifications for the masked area. | |
| steps | INT | 5015–50 | Number of steps for the image generation process. (min: 15, max: 50, default: 50) |
| guidance | FLOAT | 60.001.5–100 | Guidance strength for the image generation process. (min: 1.5, max: 100.0, default: 60) |
| safety_tolerance | INT | 60–6 | Tolerance level for input and output moderation. Between 0 (most strict) and 6 (no moderation) (default: 6) |
| output_format | COMBO | jpeg | Output format for the generated image. Can be 'jpeg' or 'png' (default: jpeg) |
| maskopt | MASK | A Base64-encoded string representing a mask for the areas you want to modify in the image. The mask should be the same dimensions as the image and in black and white. Black areas (0%) indicate no modification, while white areas (100%) specify areas for inpainting. Optional if you provide an alpha mask in the original image. | |
| seedopt | INT | -1 | Optional seed for reproducibility. |
| prompt_upsamplingopt | BOOLEAN | false | Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation. (default: false) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| STRING | STRING | — |