# SDXL Inpainting (https://docs.fuser.studio/docs/nodes/image/sdxl-inpainting)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/fast-sdxl/inpainting)._

## Inputs [#inputs]

- **Input Image** (`image`) — The image to use as a starting point for the generation.

- **Mask Image** (`image`) — The mask to use for inpainting. White areas will be inpainted, black areas will remain unchanged.

- **Prompt** (`textarea`) — The prompt to use for generating the image. Be as descriptive as possible for best results.

- **Negative Prompt** (`textarea`) — The negative prompt to use. Use it to address details that you don't want in the image.

   Optional: `true` • Default: ``

- **Image Size** (`dropdown`) — The size of the generated image.

   Optional: `true` • Default: `square_hd` • Accepts: `Square HD`, `Square`, `Portrait 4:3`, `Portrait 16:9`, `Landscape 4:3`, `Landscape 16:9`

- **Steps** (`slider`) — The number of inference steps to perform.

   Optional: `true` • Default: `25` • Minimum: `1` • Maximum: `50`

- **Guidance Scale** (`slider`) — The CFG scale is a measure of how close you want the model to stick to your prompt.

   Optional: `true` • Default: `7.5` • Minimum: `0` • Maximum: `20`

- **Image Strength** (`slider`) — The higher the value, the more the original image is used, while lower values will prioritize the text prompt.

   Optional: `true` • Default: `0.95` • Minimum: `0` • Maximum: `1`

- **Seed** (`seed`) — The same seed and prompt will output the same image every time.

   Optional: `true` • Default: `395`

## Outputs [#outputs]

- **Generated Image** (`image`) — The generated image from the model.