---
title: "Remove Background"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/image/removebackground
markdown: https://docs.nodetool.ai/nodes/nodetool/image/removebackground.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/removebackground.md
---

# Remove Background

**Type:** `nodetool.image.RemoveBackground`

**Namespace:** `nodetool.image`

## Description

Remove the background from an image, returning a cutout with transparency.
    image, background, remove, matte, cutout, AI

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `image_model` | The background-removal model to use | `{"type":"image_model","provider":"fal_ai","id":...` |
| image | `image` | Input image to remove the background from | `{"type":"image","uri":"","asset_id":null,"data"...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
