> ## 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.

# Bria Background Removal in ComfyUI

> Learn how to use Bria Partner Nodes in ComfyUI for image and video background removal, green screen, and background replacement.

Bria's AI background processing models are now available in ComfyUI through Partner Nodes. This page covers **Image Background Removal**, **Video Background Removal**, **Transparent Video Background**, **Video Green Screen**, and **Video Background Replacement**.

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Portable or self deployed users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated. (Desktop version's update will delay sometime)

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Desktop or Cloud users">
      * The Desktop is base on ComfyUI stable release, it will auto-update when there is a new Desktop stable release available.
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## Image Background Removal

Remove the background from any image using Bria's AI service. The result is returned as an image with a transparent background.

<CardGroup cols={2}>
  <Card title="Image Background Removal" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/utility_bria_remove_image_background.json">
    Download the workflow.
  </Card>

  <Card title="Run on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=utility_bria_remove_image_background&utm_source=docs&utm_medium=referral&utm_campaign=bria">
    Try it on Comfy Cloud.
  </Card>
</CardGroup>

## Video Background Processing

Bria's video background processing nodes let you remove, replace, or apply chroma-key effects to video backgrounds. The input video must be 60 seconds or shorter.

### Remove Video Background

Replace a video's background with a solid color of your choice.

<CardGroup cols={2}>
  <Card title="Remove Background (Color)" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bria_remove_video_background.json">
    Download the workflow.
  </Card>

  <Card title="Run on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_bria_remove_video_background&utm_source=docs&utm_medium=referral&utm_campaign=bria">
    Try it on Comfy Cloud.
  </Card>
</CardGroup>

### Transparent Video Background

Remove the background from a video and output it with transparency.

<CardGroup cols={2}>
  <Card title="Transparent Background" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bria_remove_video_background_transparent.json">
    Download the workflow.
  </Card>

  <Card title="Run on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_bria_remove_video_background_transparent&utm_source=docs&utm_medium=referral&utm_campaign=bria">
    Try it on Comfy Cloud.
  </Card>
</CardGroup>

### Video Green Screen

Apply a professional chroma-key green or blue screen effect to your video, with multiple preset options including broadcast\_green, chroma\_green, and blue\_screen.

<CardGroup cols={2}>
  <Card title="Video Green Screen" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bria_video_green_screen.json">
    Download the workflow.
  </Card>

  <Card title="Run on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_bria_video_green_screen&utm_source=docs&utm_medium=referral&utm_campaign=bria">
    Try it on Comfy Cloud.
  </Card>
</CardGroup>

### Replace Video Background

Replace a video's background with a custom image or another video.

<CardGroup cols={2}>
  <Card title="Replace Background" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bria_video_replace_background.json">
    Download the workflow.
  </Card>

  <Card title="Run on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_bria_video_replace_background&utm_source=docs&utm_medium=referral&utm_campaign=bria">
    Try it on Comfy Cloud.
  </Card>
</CardGroup>
