Inpaint nodes take a particular area of an image, and regenerate its contents given a prompt

Flux Pro Inpaint Node Inpaint powered by Flux Pro.

Inputs

Prompt
string
required

The prompt that describes the region to be inpainted. You do not need to describe the rest of the image.

Base Image
image
required

The original image

Mask Image
mask
required

The mask that is the section of the original image that needs to be redone.

Settings

Color Palette
color

The colors that you want in the output video

Dilate Mask Amount
number

A number representing the number of pixels to dilate the mask by. For example, if set to 1, that means every pixel 1 away from the shaded mask will also be inpainted.

Number of steps
integer

Increasing the number of steps increases the number of iterations the AI takes to generate your image. Increasing steps make generations take longer, but can sometimes lead to more coherent images.

seed
integer

A random number that will set the seed for the generation. Keeping the seed constant will result in the same outputs. -1 randomizes the seed.

Outputs

Image
image

The output image after the inpaint.

Flux Dev Inpaint Node Inpaint powered by Flux Dev.

Inputs

Prompt
string
required

The prompt that describes the region to be inpainted. You do not need to describe the rest of the image.

Base Image
image
required

The original image

Mask Image
mask
required

The mask that is the section of the original image that needs to be redone.

Settings

Color Palette
color

The colors that you want in the output video

Denoising Strength
number

A number that represents similarity to the prompt. Increasing this results in a generation that is more similar to the prompt, and less similar to the initial area. NOTE: In Rubbrband, with Flux Dev inpainting, we attempt to blur out the initial object before inpainting. As a result, if you set the denoising strength to very low values, you might receive blurry outputs in the area of interest.

Dilate Mask Amount
number

A number representing the number of pixels to dilate the mask by. For example, if set to 1, that means every pixel 1 away from the shaded mask will also be inpainted.

Number of steps
integer

Increasing the number of steps increases the number of iterations the AI takes to generate your image. Increasing steps make generations take longer, but can sometimes lead to more coherent images.

seed
integer

A random number that will set the seed for the generation. Keeping the seed constant will result in the same outputs. -1 randomizes the seed.

Outputs

Image
image

The output image after the inpaint.