Inputs
string
required
The prompt that describes the region to be inpainted. You do not need to
describe the rest of the image.
image
required
The original image
mask
required
The mask that is the section of the original image that needs to be redone.
color
The colors that you want in the output video
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.
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.
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.
image
The output image after the inpaint.
string
required
The prompt that describes the region to be inpainted. You do not need to
describe the rest of the image.
image
required
The original image
mask
required
The mask that is the section of the original image that needs to be redone.
color
The colors that you want in the output video
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.
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.
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.
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.
image
The output image after the inpaint.