https://github.com/rubi-du/ComfyUI-MaskEditor-Extension
This repository extends the mask editor in Comfyui and supports lasso method for applying masks
https://github.com/rubi-du/ComfyUI-MaskEditor-Extension
comfyui cover inpaint inpainting mask
Last synced: 3 months ago
JSON representation
This repository extends the mask editor in Comfyui and supports lasso method for applying masks
- Host: GitHub
- URL: https://github.com/rubi-du/ComfyUI-MaskEditor-Extension
- Owner: rubi-du
- License: mit
- Created: 2025-02-27T06:29:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T07:46:03.000Z (3 months ago)
- Last Synced: 2025-02-27T09:43:49.453Z (3 months ago)
- Topics: comfyui, cover, inpaint, inpainting, mask
- Language: JavaScript
- Homepage:
- Size: 22.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-MaskEditor-Extension**
README
ComfyUI-MaskEditor-Extension
## Introduction
This repository extends the mask editor in Comfyui and supports lasso method for applying masks
## News
- Feb 27, 2025: release v1.0.0#### Method 1:
1. Navigate to the node directory, `ComfyUI/custom_nodes/`
2. `git clone https://github.com/rubi-du/ComfyUI-MaskEditor-Extension.git`
3. `cd ComfyUI-MaskEditor-Extension`
4. `pip install -r requirements.txt`
5. 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".## Usage