An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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