> ## Documentation Index
> Fetch the complete documentation index at: https://docs.imagine.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Generative Fill (Node)

## Summary

The Generative Fill Node fills, replaces, or extends part of an image using AI, based on a masked region and a prompt. It's the workflow-canvas equivalent of the Generative Fill tool available elsewhere in the app's image editing surfaces (for example, in the Photoshop and Figma plugin panels) — brush a mask, describe what should appear there, and the node generates content that blends into the rest of the image.

## How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select **Generative Fill** from the Image node category.
  </Step>

  <Step title="Connect an image and define a mask">
    Link an image from another node or upload one, then mark the region you want to fill, replace, or extend.
  </Step>

  <Step title="Describe the fill">
    Write a prompt describing what should appear in the masked area.
  </Step>

  <Step title="Run">
    Click Run. The node outputs the image with the masked region filled according to your prompt.
  </Step>
</Steps>

<Note>
  This node's full settings panel wasn't fully captured during this pass — if you hit a setting not covered here, treat this page as a starting point and flag it for a follow-up pass.
</Note>

## Sample Use Cases

<AccordionGroup>
  <Accordion title="Removing or replacing an object" defaultOpen>
    Mask an unwanted object in a generated or uploaded image and describe what should replace it.
  </Accordion>

  <Accordion title="Extending an image beyond its frame">
    Mask the edge of an image and describe what should continue into the newly added space.
  </Accordion>
</AccordionGroup>
