Nodes Browser
ComfyDeploy: How ComfyUI-MaskEditor-Extension works in ComfyUI?
What is ComfyUI-MaskEditor-Extension?
This repository packages the latest BiRefNet model as a ComfyUI node for use, supporting chunked loading on both CPU and GPU, as well as model caching features.
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
ComfyUI-MaskEditor-Extension
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
<h1 align="center">ComfyUI-MaskEditor-Extension</h1>
Introduction
This repository extends the mask editor in Comfyui and supports lasso method for applying masks<br>
News
- Feb 27, 2025: release v1.0.0
Method 1:
- Navigate to the node directory,
ComfyUI/custom_nodes/
git clone https://github.com/rubi-du/ComfyUI-MaskEditor-Extension.git
cd ComfyUI-MaskEditor-Extension
pip install -r requirements.txt
- Restart ComfyUI
Method 2:
Directly download the node source code package, unzip it into the custom_nodes
directory, and then restart ComfyUI.
Method 3:
Install via ComfyUI-Manager by searching for "ComfyUI-MaskEditor-Extension".