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

# BriaRemoveImageBackground - ComfyUI Built-in Node Documentation

> Complete documentation for the BriaRemoveImageBackground node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/BriaRemoveImageBackground/en.md)

This node removes the background from an image using the Bria RMBG 2.0 service. It sends the image to an external API for processing and returns the result with the background removed.

## Inputs

| Parameter                  | Data Type | Required | Range                   | Description                                                                                                                                    |
| -------------------------- | --------- | -------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `image`                    | IMAGE     | Yes      | -                       | The input image from which the background will be removed.                                                                                     |
| `moderation`               | COMBO     | No       | `"false"`<br />`"true"` | Moderation settings. When set to `"true"`, additional moderation options become available.                                                     |
| `visual_input_moderation`  | BOOLEAN   | No       | -                       | Enables visual content moderation on the input image. This parameter is only available when `moderation` is set to `"true"`. Default: `False`. |
| `visual_output_moderation` | BOOLEAN   | No       | -                       | Enables visual content moderation on the output image. This parameter is only available when `moderation` is set to `"true"`. Default: `True`. |
| `seed`                     | INT       | No       | 0 to 2147483647         | A seed value that controls whether the node should re-run. The results are non-deterministic regardless of the seed value. Default: `0`.       |

**Note:** The `visual_input_moderation` and `visual_output_moderation` parameters are dependent on the `moderation` parameter. They are only active and required if `moderation` is set to `"true"`.

## Outputs

| Output Name | Data Type | Description                                      |
| ----------- | --------- | ------------------------------------------------ |
| `image`     | IMAGE     | The processed image with its background removed. |
