GPU Acceleration in Live Background Removal Lite

Live Background Removal Lite consists of three main components:

These components work together to deliver high-quality real-time background removal.

Live Background Removal Lite leverages GPU acceleration for optimal performance in several key areas. Both GPU and CPU execution enable real-time processing, so users can enjoy smooth background removal regardless of their hardware.

Why Default to CPU?

Most users can install and use the plugin without any special hardware or configuration. By defaulting to CPU inference, we avoid compatibility issues and ensure a smooth experience for all users.

GPU Offloading Plans

For users who need to minimize CPU load—such as gamers or those running other demanding applications—we plan to provide GPU offloading implementations.
Currently, GPU inference support is available for Linux and macOS. You can enable GPU inference by building the plugin from source for your environment.

How to Enable GPU Inference

  1. Build the plugin from source with GPU support enabled (Linux and macOS are supported).
  2. In the plugin settings, select the GPU you want to use for inference.

We aim to expand GPU offloading support to other platforms in future releases.