Nodes Browser
ComfyDeploy: How Rembg Background Removal Node for ComfyUI works in ComfyUI?
What is Rembg Background Removal Node for ComfyUI?
Nodes: Image Remove Background (rembg)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Rembg Background Removal Node for ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Rembg Background Removal Node for ComfyUI
- Clone to your
custom_nodes
folder in ComfyUI:
git clone https://github.com/Jcd1230/rembg-comfyui-node.git
- Install
rembg[gpu]
(recommended) orrembg
, depending on GPU support, to your ComfyUI virtual environment. E.g.:
pip install rembg[gpu]
To use, just look for the Image Remove Background (rembg) node.
Acknowledgements
Thanks to WASasquatch's Node Suite for great examples and a couple helper functions.